Export Shipment Items (CSV)
GET/api/amazon/unified/legacy-inbound-shipments/export
Exports legacy inbound shipment items (line-level) across the specified integration instances as a CSV file download. One row per AmazonFbaInboundShipmentItem with shipment metadata repeated per line.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Response is a CSV file (Content-Type: text/csv) with filename pattern legacy-inbound-shipment-items-YYYY-MM-DD-HHmmss.csv. The file is auto-deleted server-side after send.
Columns: sr_no, shipment_id, shipment_name, status, ship_from_name, destination_fc, from_country_code, integration, seller_sku, fnsku, quantity_shipped, quantity_received_api, quantity_received_calculated, shipment_created_at.
If no items match, returns a JSON response with message You can't export empty data instead of a file.
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.