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

Latest commit

 

History

History
21 lines (18 loc) · 1.47 KB

Order.md

File metadata and controls

21 lines (18 loc) · 1.47 KB

# Order

Properties

Name Type Description Notes
id string A unique identifier [optional]
object_type string Specifies the object type [optional] [default to 'order']
order_id string The source' order id.
source string The order's source. [optional]
status string The order status. [optional] [default to 'unfulfilled']
shipping_to \Karrio\Model\Address
shipping_from \Karrio\Model\Address [optional]
line_items \Karrio\Model\Commodity[] 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]
shipments \Karrio\Model\Shipment[] The shipments associated with the order. [optional]
test_mode bool Specify whether the order is in test mode or not.
created_at string The shipment creation datetime Date Format: `YYYY-MM-DD HH:MM:SS.mmmmmmz`

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