| 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> ``` { "currency": "USD", } ``` 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] |