GET /amazon/seller/products
Returns the merchart products using as input the target merchant id.
Endpoint currently in beta release. For any bug please reach info@asgardata.com
Request Headers
Query Parameters
marketplace
(required, string) - Amazon marketplace in ISO 3166-1 alpha-2. (Note that UK is “uk” not “gb”)id
(required, string) - Amazon target merchant idpage
(optional, int, default: 1) - Seller products paginationsort
(optional, enum) - Values:”best-selling”
Sort by best selling products”new-products”
Sort by seller's new arrivals”avg-reviews”
Sort by products with highest reviews”price-asc”
Sort by price low to high”price-desc”
Sort by price high to low
Responses Codes
Request URL Example
Response Example
Response example for unknown merchant id
Bad input seller id (unknown merchants id) will be charged anyway.
Last updated