Look up one product by ASIN
Returns full product details for one ASIN on one Amazon marketplace. It uses the same ProductCatalogItem response schema as each row from /getproducts, including the image gallery, list price, and product ranking fields. When a legacy product has no stored gallery, images falls back to [image_encoded_string]; it is empty only when no primary image exists. If the product is not found in that marketplace, you get a 404.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Which Amazon marketplace to look the product up on, e.g. amazon.co.uk.
yes only returns the product if it's currently buyable. Use either to look up unavailable products too.
yes, no, either Response
Successful Response
A product in the Archer catalog.
Amazon product identifier.
Product title.
Amazon marketplace the product belongs to, e.g. amazon.co.uk.
Numeric price and its currency.
Price as a plain string. Use pricing.price if you want a number.
Affiliate commission rate you would earn on a sale, as a number.
Affiliate commission rate as a plain string. Use commission if you want a number.
URL of the product image.
Ordered product image gallery URLs. When no gallery is stored, this falls back to [image_encoded_string]; it is empty only when the product has no primary image.
Amazon list (was) price, when higher than the current price.
Average star rating as a string.
Number of customer reviews, as a string.
True when Amazon marks the product as a best seller.
Amazon best-seller rank in rank_category.
Category associated with sales_rank.
Recent monthly unit-sales estimate, when available.
True when the product is currently buyable.
Ready-to-share Amazon URL on the correct marketplace.
Brand name.
Brand name (same value as company_name).
URL of the brand logo.
Brand identifier you can pass back to /getproducts?brand_id=….
Top-level product category.
Sub-categories the product appears under.
Parent ASIN when this is a variant of another product.