Get Inbound Shipment Receipts
GET//:domain/api/amazon/:integrationInstance/inbound/shipments/:shipment/receipts
Paginated list of Receipt-type AmazonLedger entries for a single legacy FBA inbound shipment. Receipts are matched by integration_instance_id, reference_id (= shipment ShipmentId), and event_type = Receipts. Powers the Ledgers tab on the legacy shipment detail page.
Supports Spatie QueryBuilder filters and sorts. The filter[search] parameter uses AdvancedSearchFilter to search across msku/fnsku/asin/title/fulfillment_center.
Allowed sorts: id, date, event_datetime, msku, fnsku, asin, quantity, reconciled_quantity, reconciled_at. Default: -event_datetime. Prefix with - for descending order.
Note: legacy shipments may have zero linked receipts if the ledger→shipment linking job did not run for that period — in which case this endpoint returns an empty page.
Request
Responses
- 200
OK