This walks through the happy path for a seller account: get a token, list the brands and products you own, and pull a report. Substitute your own credentials as you go. All seller endpoints live under theDocumentation Index
Fetch the complete documentation index at: https://docs.archeraffiliates.com/llms.txt
Use this file to discover all available pages before exploring further.
/sellers/... prefix.
1. Get a token
access_token from the response. See Authentication
for the full details.
2. List the brands you own
brand_id and the display brand_name. Hold on to
the brand_id values — you’ll pass them to /sellers/reports and
/sellers/products.
3. List the ASINs in your brands
asin, the marketplace the product lives on, the
owning brand_id / brand_name, and an active flag telling you
whether the product is currently buyable.
4. Pull a report
See what your creators drove last month:brand_ids or
asins as comma-separated values:
next_cursor from the previous
response. When next_cursor is null, you’ve seen everything.
What’s in each report row
| Field | What it tells you |
|---|---|
creator | Which Archer affiliate drove the row. |
sales | Attributed sales, in the marketplace’s native currency. |
unitsSold | Includes the linked product plus any other items from your brand. |
commissionPaid | Commission you owe the creator for this row. |
brandReferralBonus | Amazon Brand Referral Bonus credited to your brand. |
Going further
- Marketplaces — read Marketplaces
for the rules on
amazon.comvsamazon.co.ukvsall. - Brands and products — read Brands and products for the catalog model.