Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 998 Bytes

File metadata and controls

18 lines (15 loc) · 998 Bytes

# EcommerceV1OrderOrderResource

Properties

Name Type Description Notes
id string The order ID, required by every other order endpoint.
displayId int The order number the merchant and customer see.
status string The order status.
paymentStatus string The payment status. A paid order is "captured".
fulfillmentStatus string The fulfilment status.
total int Order total in the smallest currency unit.
currencyCode string The order currency code.
customerEmail string The customer email.
itemCount int Number of distinct line items. Retrieve the order for the items themselves.
createdAt \DateTime ISO timestamp of when the order was created.

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