Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 864 Bytes

OrderLinkedShipment.md

File metadata and controls

14 lines (10 loc) · 864 Bytes

com.ultracart.admin.v2.Model.OrderLinkedShipment

Properties

Name Type Description Notes
HasLinkedShipment bool? True if this order has child linked shipments [optional]
LinkedShipment bool? True if this order is linked to another parent order [optional]
LinkedShipmentChannelPartnerOrderIds List<string> The child linked shipment channel partner order ids [optional]
LinkedShipmentOrderIds List<string> The child linked shipment order ids [optional]
LinkedShipmentToOrderId string The parent order id that this one is linked to [optional]

[Back to Model list] [Back to API list] [Back to README]