Retrieve all vendor fields against an ASIN
Vendor only. Returns one wide row per ASIN combining every data point we hold for the product: catalogue, ordered revenue, shipped revenue (sourcing and manufacturing), inventory health, purchase orders, product profit, sourcing share and advertising. Supply asin to fetch a single product, or omit it to page through the full master list (products with sales activity in the window). The date range must not exceed 30 days. Page size defaults to 20 and is capped at 50 (rows are wide). Uses zero-based page indexing.
Authorizations
Query Parameters
Channel (store) ID. Must be an Amazon Vendor channel.
Merchant ID that owns the channel. URL-encode values containing spaces or '@'.
Start of the metric window as Unix epoch seconds.
End of the metric window as Unix epoch seconds. The range from fromDate must not exceed 30 days.
IANA timezone string, for example Australia/Sydney.
When supplied, returns only this ASIN; otherwise returns the paginated master list.
Product sales metric to sort by. Unrecognised values fall back to asin.
asin, orderedRevenue, orderedUnits, glanceViews, lostFeaturedOffer, shippedRevenue, shippedUnits, shippedCogs, customerReturns, shippedRevenueMfg, shippedCogsMfg Sort direction (default asc).
asc, desc Zero-based page index (default 0).
x >= 0Number of ASINs per page (default 20, max 50).
1 <= x <= 50