Look up products via barcodes, UPC, ASIN, etc… See Barcode Lookup API Documentation for more details on how to use the API and what the output fields mean.
api_key
Required
Your Barcode Lookup API Key. You can create a Free Trial Account if needed and get your API Key in the Barcode Lookup Account Center.
asin
Optional
ASIN for finding Amazon products.
barcode
Optional
Barcode in 7, 8, 10, 11, 12, 13 or 14 digits.
brand
Optional
Find products by brand
geo_filter
Optional
Filter results to only certain territories. Possible values: us
, gb
, ca
, eu
mpn
Optional
MPN or manufacturer part number to search by
manufacturer
Optional
Manufacturer of the product.
search
Optional
Search query for a free-text search.
product_name
Optional
Product name to search for
page
Optional
Page Number of results. If you get back more than 10, use page 2
to get the 2nd page or results and so on…
Look up products via barcodes, UPC, ASIN, etc… See Barcode Lookup API Documentation for more details on how to use the API and what the output fields mean.
/v2/products
?key={{ api_key }}&page={{ page }}&search={{ search }}&barcode={{ barcode }}&mpn={{ mpn }}&asin={{ asin }}&product-name={{ product_name }}&geo={{ geo_filter }}&category={{ category }}&manufacturer={{ manufacturer }}&brand={{ brand }}
Body
Headers