Export Shipment Items (CSV)
GET//:domain/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.
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
OK
Response Headers
Content-Type
Content-Disposition