Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.04 KB

OrderData.md

File metadata and controls

15 lines (12 loc) · 1.04 KB

# OrderData

Properties

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> ``` { &quot;currency&quot;: &quot;USD&quot;, } ``` Please check the docs for shipment specific options. </details> [optional]
metadata object User metadata for the order. [optional]

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