Get Shipment Line Items

View as Markdown
Retrieves the line items for a specific shipment.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

shipmentIdintegerRequired
Unique identifier of the shipment

Response

OK
committed_quantityinteger
Quantity of the inventory item committed for fulfillment
inventory_idinteger
Unique identifier of the inventory item
is_hazmatboolean or null
Indicates whether the inventory item is classified as hazardous material
is_lotboolean or null

Indicates whether the inventory item is lot-tracked

lotobject

Lot information for the inventory item, if lot-tracked

product_variantobject
Product variant details associated with this line item
quantityinteger
Total quantity of the inventory item in the shipment
serial_numberslist of strings or null
List of serial numbers assigned to this line item

Errors

404
Not Found Error