ShipmentItem

A ShipmentItem represents an item in a Shipment.

Shipments may have multiple shipment items.

Properties

NameTypeDescription
IdintThe ID of the shipment item.
ShipmentIdintThe ID of the shipment that the shipment item belongs to.
OrderIdintThe ID of the order that the shipment item belongs to.
Order (via $expand)OrderThe order that the shipment item corresponds to.
ItemIdintThe ID of the item that the shipment item corresponds to.
Item (via $expand)ItemThe item that the shipment item corresponds to.
QuantityintThe quantity of the shipment item.
Weightdecimal(18,4)The weight of the shipment item, in pounds.