Skip to main content

List Shipments

GET 

//:domain/api/amazon/unified/new-inbound-shipments

Returns a paginated LengthAwarePaginator of new (v2) FBA inbound shipments across one or more Amazon integration instances. Each item is transformed by AmazonNewFbaInboundShipmentResource and includes identifier fields (shipmentId, shipmentConfirmationId, amazonReferenceId, name, sourceName), status info (status, pending_status, errorLog, is_archived), destination block (destinationCountry, destinationWarehouse, destinationType, destination), transportation IDs, the sku_link block (linked Purchase Order or Warehouse Transfer), actual_source (resolved supplier/from-warehouse derived from the SKU link), and ship_from_mapping (the mapping that would be applied today — used to surface divergence client-side). When the relevant relations are eager-loaded the resource also returns pending_inbound, receipts, and items. Defaults to excluding archived shipments unless filter[archived] is provided.

Request

Responses

OK

Response Headers
    Content-Type