OrderShipmentUnion
A shipment of an order
union OrderShipmentUnion = OrderExternalShipment | OrderShipment
Possible types
OrderShipmentUnion.OrderExternalShipment
object
This type represents an external order shipment. An order can have multiple shipments, each one associated with a carrier that shipped the order
OrderShipmentUnion.OrderShipment
object
This type represents an order shipment. An order can have multiple shipments, each one associated with a fulfillment and a carrier that shipped the order
Member Of
Order
object