Seller profiles for up to 10 seller IDs
seller_profile_batchRetrieve storefront profiles for up to 10 Amazon seller IDs in one call, including business name, rating, feedback counts, address, and marketplace presence.
Instructions
Returns the storefront profile for each seller id: business name, rating, feedback counts, address and marketplace presence. Price: $0.0036 per item (max 10). Seller ID validation is all-or-nothing: one malformed id rejects the entire request with 400. Every row in results is an object with status: ok (the profile), not_found (Amazon has no page for that id on this marketplace; billed, like a 404) or unavailable (Amazon served nothing usable on any route; NOT billed on the keyed path, retryable: true). A row is never null. billable_requests_count counts ok + not_found rows; on the pay-per-call rail the per-item quote is settled up front, so retry unavailable ids in a separate call rather than expecting a partial refund.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Marketplace country code. | US |
| seller_ids | Yes | Comma-separated seller IDs, maximum 10. Each must be 13-15 alphanumeric characters or the whole call 400s. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| results | No | ||
| request_id | No | ||
| unavailable | No | ||
| country_code | No | ||
| response_time | No | ||
| amazon_request_count | No | ||
| billable_requests_count | No |