List Inbound Discrepancies
GET/api/amazon-inbound-discrepancies
List every Amazon inbound shipment's shipped vs received position with its declared shortage and financial impact.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Each row carries a derived report_status:
- received: fully checked in
- short_undeclared: lines are short but no shortage has been declared yet
- received_for_less: a shortage is declared and stock is genuinely still missing
- stale_declaration: a shortage was declared, but the stock has since been received - the write-off overstates the loss by stale_value and retracting the declaration would reverse it
Lines are included per row (shipped, received, short and value per SKU). Requires a Personal Access Token.
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.