List ASINs across the brands you own
List the ASINs across the brands you own.
Each row carries the asin, its brand_id / brand_name, the marketplace
the product lives on, and an active flag telling you whether the product
is currently buyable on Amazon. Pass asin values to
/sellers/reports?asins=… to scope reporting to specific products.
Filtering
search— find products whose title or ASIN matches the given text.brand_id— restrict to a single brand you own. Ids come from/sellers/brands.asins— comma-separated ASINs to look up specific products.marketplace— restrict to a single Amazon marketplace, e.g.amazon.co.uk. Passallor leave blank to include every marketplace.
Paging through results
Use skip and limit to page through the list. total_count is the total
across every page; fetched_count is how many you got back.
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
How many products to skip — used for paging.
x >= 0How many products to return per page (1–500). Defaults to 100.
1 <= x <= 500Find products whose title or ASIN matches the given text.
Restrict to a single brand you own. Ids come from /sellers/brands.
Limit results to one or more products by ASIN. Separate multiple ASINs with commas.
Restrict to one Amazon marketplace — e.g. amazon.com, amazon.co.uk. Use all or leave blank to include every marketplace.
Response
Successful Response
The response from GET /sellers/products.
Total products matching your filters across every page.
Products in this page.
The skip value that produced this page.
The limit value that produced this page.
The products on this page.