Sha256: 8e540235933c6778acea9bf7c164b9f761b9c45b550d03ec5864a27985153803
Contents?: true
Size: 987 Bytes
Versions: 196
Compression:
Stored size: 987 Bytes
Contents
# UltracartClient::OrderLinkedShipment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_linked_shipment** | **Boolean** | True if this order has child linked shipments | [optional] | | **linked_shipment** | **Boolean** | True if this order is linked to another parent order | [optional] | | **linked_shipment_channel_partner_order_ids** | **Array<String>** | The child linked shipment channel partner order ids | [optional] | | **linked_shipment_order_ids** | **Array<String>** | The child linked shipment order ids | [optional] | | **linked_shipment_to_order_id** | **String** | The parent order id that this one is linked to | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderLinkedShipment.new( has_linked_shipment: null, linked_shipment: null, linked_shipment_channel_partner_order_ids: null, linked_shipment_order_ids: null, linked_shipment_to_order_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems