v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Shipment Line Items (V3)

Search for shipment line items based on parameters.

post/api/shipment-line-items/list

Query parameters

Sort.Fieldstring

Sort field

Sort.Dir'ascending' | 'descending'

Specify sorting direction.

Sort direction

Skipinteger

Number of records to skip.

Takeinteger

Number of records to return (maximum)

Request body

packingStatus'notPacked' | 'partiallyPacked' | 'fullyPacked' | 'overPacked'
itemIdstring nullable

Filter shipment line items based on item identifier.

shipmentIdstring nullable

Filter shipment line items based on shipment identifier.

salesOrderIdstring nullable

Filter shipment line items based on sales order identifier.

purchaseOrderIdstring nullable

Filter shipment line items based on purchase order identifier.

salesOrderLineItemIdsstring[] nullable

Filter shipment line items based on sales order line item(s) identifier.

purchaseOrderLineItemIdsstring[] nullable

Filter shipment line items based on purchase order line item identifier.

shipmentIdsstring[] nullable

Filter shipment line items based on shipment identifiers.

shipmentType'unknown' | 'standard' | 'outsideProcessing'

Response

OK

pageinteger required

The 1-indexed page

pageSizeinteger required

The page size

totalCountinteger required

The total count of records

totalPagesinteger required

The total pages

hasPreviousPageboolean required

True if there is a previous page

hasNextPageboolean required

True if there is a next page