List Unmapped FNSKUs Grouped by ASIN
GET/api/amazon/unified/fnsku-products/unmapped-by-asin
FNSKUs grouped by ASIN where at least one FNSKU is unmapped. Includes FNSKUs without ASINs grouped as 'No ASIN'.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Each fnsku_records[] entry includes sources: the provenance of the FNSKU — every report document type it was seen in (customer_return, removal_order, removal_shipment, inbound_shipment, ledger, ledger_summary, initial_inventory, storage_fee, longterm_storage_fee, awd_ledger, awd_initial_inventory), with occurrence counts, first/last seen dates, any product identity the source carries (ASIN, MSKU, title), and up to 10 documents references for linking to the underlying records.
Request
Responses
- 200
- 401
- 403
- 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.
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.