Sales and commission for your brand's products
Brand-side performance reporting. See how your products are selling across Amazon and how much commission you’re paying out.
What you’ll see
You get one row for every combination of day, product and marketplace. Each row tells you what activity drove that day: how many people clicked, how many added the product to their cart, how many bought, and how much you paid out in commission.
Filtering
startandend— required date range (inclusive). EitherYYYY-MM-DDorYYYYMMDDworks.marketplace— restrict to one Amazon marketplace. Passallor omit for every marketplace.asins— comma-separated ASINs to focus on specific products.brand_ids— comma-separated brand ids. Only useful if you own more than one brand and want to drill into a subset.
What’s in the numbers
Sales, conversions, add-to-carts and detail page views include the linked product itself plus any other items from your brand the shopper bought. Sale amounts come back in the marketplace’s native currency — no currency conversion is applied.
Clicks are link-level — don’t sum them
Amazon reports clicks per ad group, per day, not per product — and every
Archer link is backed by exactly one ad group. Rows here are per-product, so
the same daily click total repeats across every product row driven by that
link, and summing the clicks column double-counts.
This endpoint does not expose a link identifier, so the column cannot be
deduplicated from the response. Read clicks as an indicator of traffic on
the row’s link, not as a summable total. For brand-wide click totals, use the
dashboard or the affiliate GET /reports surface, which carries link.id.
See the Reporting concept for details.
Paging through results
Use limit (1–500, default 100) and take next_cursor from the response
to fetch the next page. When next_cursor is null, you’ve seen everything.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
First day of the report (inclusive). Use YYYY-MM-DD or YYYYMMDD.
Last day of the report (inclusive). Use YYYY-MM-DD or YYYYMMDD.
Limit results to one Amazon marketplace — e.g. amazon.com, amazon.co.uk, amazon.de. Use all or leave blank to include every marketplace.
Limit results to one or more products by ASIN. Separate multiple ASINs with commas.
Limit results to specific brands you own. Separate multiple ids with commas.
How many rows to return per page (1–500). Defaults to 100.
1 <= x <= 500Use next_cursor from the previous response. Leave blank for the first page.
Response
Successful Response
The response from GET /sellers/reports.
Total rows matching your filters across every page.
Rows in this page.
The performance rows for this page.
True when total_count is exact. False means MongoDB hit the bounded count time limit; use next_cursor to continue paging.
Pass this back as cursor to fetch the next page. Null when you're on the last page.