List Shipments
GET/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 Amazon new FBA inbound shipment object 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.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
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.