Look up one product by ASIN
Returns full product details for a single ASIN on a single Amazon marketplace. The response has the same shape as one row from /getproducts — title, price, image, commission rate, an in-stock flag and a ready-to-share Amazon URL. If the product isn’t in the catalog for the chosen marketplace you get a 404.
Documentation Index
Fetch the complete documentation index at: https://docs.archeraffiliates.com/llms.txt
Use this file to discover all available pages before exploring further.
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 (lowercase).
Amazon product identifier (uppercase). Same value as asin.
Product title.
Product title (same value as 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.
URL of the product image (same value as image).
Average star rating as a number.
Average star rating as a string. Use rating for the numeric form.
Number of customer reviews, as a number.
Number of customer reviews, as a string. Use ratingsTotal for the numeric form.
True when the product is currently buyable.
Ready-to-share Amazon URL on the correct marketplace.
Brand 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.
AVAILABLE if buyable, UNAVAILABLE otherwise.
Why a product is UNAVAILABLE (e.g. out of stock, removed).
Internal label — safe to ignore.