Generate attribution links in bulk
Kick off a bulk attribution-link generation job. Submit up to 5,000 ASINs in a single request and we’ll email you a CSV of the finished links once they’re ready — no need to poll.
What goes in
Pass a links array, one entry per ASIN. Each entry takes the same
fields as /generate_attribution_link:
asin— the Amazon product identifier.link_name— your label for the link (shows up in reports).marketplace— which Amazon marketplace the link should point at. Defaults toamazon.com.
Optionally pass email to override where the CSV is delivered; otherwise
we use the email on your account.
What you get
The endpoint returns immediately with a job_id and a queued status —
the actual generation happens in the background. When the job finishes,
you’ll receive an email with a CSV attachment. Each row in the CSV
carries the ASIN, marketplace, link name, the generated attribution URL, and
a status column flagging any rows that couldn’t be generated (e.g.
unknown ASIN, brand not granting access).
Limits and errors
- Up to 5,000 ASINs per request. Submit multiple jobs for larger runs.
- Individual ASIN failures are reported in the CSV — they don’t fail the whole job.
- Invalid
marketplacevalues are rejected up-front with a 400.
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.
Body
Inputs for kicking off a bulk attribution-link generation job.
Response
Successful Response
The receipt you get back after queueing a bulk link job.