Skip to main content

Get FBA Inventory Record

GET 

/api/amazon/unified/fba-inventory/:inventory

Returns a single FBA-managed inventory report row (from Amazon's FBA inventory report) with cross-links resolved:

  • sku: {value, amazon_product_id} — the seller SKU and the matching Amazon listing ID when one resolves
  • fnsku_product: {id} of the matching FNSKU product record for the same integration instance, or null when the FNSKU is not mapped
Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Quantity fields cover the fulfillment network position: afn_warehouse_quantity, afn_fulfillable_quantity, afn_unsellable_quantity, afn_reserved_quantity, afn_total_quantity, the inbound pipeline (afn_inbound_working_quantity, afn_inbound_shipped_quantity, afn_inbound_receiving_quantity), afn_researching_quantity and future-supply fields, plus merchant-fulfilled counterparts (mfn_listing_exists, mfn_fulfillable_quantity). Also includes country_code, condition, your_price and per_unit_volume.

Optional query parameters included / excluded (URL-encoded JSON arrays of column names) limit which columns are returned.

Request

Responses

OK

Response Headers
    Content-Type