Name | Type | Description | Notes |
---|---|---|---|
order_id | string | The source' order id. | |
source | string | The order's source. e.g. API, POS, ERP, Shopify, Woocommerce, etc. | [optional] [default to 'API'] |
shipping_to | \Karrio\Model\AddressData | ||
shipping_from | \Karrio\Model\AddressData | [optional] | |
line_items | \Karrio\Model\CommodityData[] | The order line items. | |
options | object | <details> <summary>The options available for the order shipments.</summary> ``` { "currency": "USD", } ``` Please check the docs for shipment specific options. </details> | [optional] |
metadata | object | User metadata for the order. | [optional] |
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.