Skip to main content

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).

Authorization

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

OK

Response Headers
    Content-Type