Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.37 KB

File metadata and controls

18 lines (13 loc) · 1.37 KB

OrderData

Properties

Name Type Description Notes
order_id str The source' order id.
shipping_to AddressData
line_items [CommodityData] The order line items.
source str The order's source. e.g. API, POS, ERP, Shopify, Woocommerce, etc. [optional] if omitted the server will use the default value of "API"
shipping_from AddressData [optional]
options {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type <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 {str: (bool, date, datetime, dict, float, int, list, str, none_type)} User metadata for the order. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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