Skip to main content

Get Items For Inbound Shipment

GET 

//:domain/api/amazon/:integrationInstance/inbound/shipments/:shipment/items

Paginated list of items for a single legacy FBA inbound shipment. Powers the Items tab on the legacy shipment detail page using the canonical sku.io DataTable stack (server-side pagination, search, sort, advanced filters).

Supports Spatie QueryBuilder filters and sorts. The filter[search] parameter uses AdvancedSearchFilter to search across the item's SellerSKU and FulfillmentNetworkSKU.

Allowed sorts: id, SellerSKU, FulfillmentNetworkSKU, QuantityShipped, QuantityReceived, QuantityInCase, ReleaseDate. Prefix with - for descending order (e.g. sort=-QuantityShipped).

Default page size is 25.

Request

Responses

OK

Response Headers
    Content-Type