Get Shipment Line Items
Retrieves the current line items for a specific shipment, including product variant details, lot information, committed quantities, and serial numbers. Use this endpoint to get the current state before calling updateLineItems, which requires the full item list.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
shipmentId
Unique identifier of the shipment
Response
OK
committed_quantity
Quantity of the inventory item committed for fulfillment
inventory_id
Unique identifier of the inventory item
is_hazmat
Indicates whether the inventory item is classified as hazardous material
is_lot
Indicates whether the inventory item is lot-tracked
lot
Lot information for the inventory item, if lot-tracked
product_variant
Product variant details associated with this line item
quantity
Total quantity of the inventory item in the shipment
serial_numbers
List of serial numbers assigned to this line item
Errors
404
Not Found Error

