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