Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.4 KB

Order.md

File metadata and controls

20 lines (17 loc) · 1.4 KB

# Order

Properties

Name Type Description Notes
external_identifiers \OpenAPI\Client\Model\OrderExternalIdentifiers
currency_code string The 3-letter currency code (ISO 4217) to use for all monetary values in this order.
status string The status of the order.
items \OpenAPI\Client\Model\Item[] Items ordered. [optional]
ordered_at \DateTime The date (in UTC) when the order was placed by the customer. [optional]
customer \OpenAPI\Client\Model\Person [optional]
customer_note string An order-level note provided by the customer. [optional]
delivery_info \OpenAPI\Client\Model\DeliveryInfo [optional]
order_total \OpenAPI\Client\Model\OrderTotal [optional]
order_total_v2 \OpenAPI\Client\Model\OrderTotalV2 [optional]
customer_payments \OpenAPI\Client\Model\CustomerPayment[] Details about the payments made by the customer. [optional]
fulfillment_info \OpenAPI\Client\Model\FulfillmentInfo [optional]

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