Get Restock Report Row
GET/api/amazon/unified/restock-report/:restockReport
Returns a single row from Amazon's FBA restock recommendations report, with the amazon_product cross-link resolved ({id} of the Amazon listing matching the row's merchant SKU on the same integration instance, or null when no match).
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Fields include Amazon's replenishment guidance (recommended_replenishment_qty, recommended_ship_date, alert), sales velocity (sales_last_30_days, units_sold_last_30_days), the current inventory position (total_units, inbound, available, fc_transfer, fc_processing, customer_order, unfulfillable, working, shipped, receiving), days of supply (total_days_of_supply, days_of_supply_at_amazon_fulfillment_network), and identifiers (merchant_sku, fnsku, asin, country, condition, supplier, supplier_part_no, currency_code, price, fulfilled_by).
Optional query parameters included / excluded (URL-encoded JSON arrays of column names) limit which columns are returned.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not Found
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.