Skip to main content
GET
Look up one product by ASIN

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

asin
string
required
marketplace
string | null
default:amazon.com

Which Amazon marketplace to look the product up on, e.g. amazon.co.uk.

product_available
enum<string>
default:yes

yes only returns the product if it's currently buyable. Use either to look up unavailable products too.

Available options:
yes,
no,
either

Response

Successful Response

A product in the Archer catalog.

ASIN
string | null

Amazon product identifier.

product_name
string | null

Product title.

marketplace
string | null

Amazon marketplace the product belongs to, e.g. amazon.co.uk.

pricing
Pricing · object | null

Numeric price and its currency.

price
string | null

Price as a plain string. Use pricing.price if you want a number.

commission
number | null

Affiliate commission rate you would earn on a sale, as a number.

commission_payout_aff
string | null

Affiliate commission rate as a plain string. Use commission if you want a number.

image_encoded_string
string | null

URL of the product image.

images
string[]

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.

list_price
number | null

Amazon list (was) price, when higher than the current price.

avg_rating
string | null

Average star rating as a string.

total_reviews
string | null

Number of customer reviews, as a string.

best_seller
boolean
default:false

True when Amazon marks the product as a best seller.

sales_rank
integer | null

Amazon best-seller rank in rank_category.

rank_category
string | null

Category associated with sales_rank.

monthly_sold
integer | null

Recent monthly unit-sales estimate, when available.

inStock
boolean | null

True when the product is currently buyable.

product_url
string | null

Ready-to-share Amazon URL on the correct marketplace.

company_name
string | null

Brand name.

brand_name
string | null

Brand name (same value as company_name).

company_logo
string | null

URL of the brand logo.

brand_id
string | null

Brand identifier you can pass back to /getproducts?brand_id=….

product_category
string | null

Top-level product category.

sub_category
Sub Category · object[] | null

Sub-categories the product appears under.

is_variant_of
string | null

Parent ASIN when this is a variant of another product.