Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.89 KB

Order.md

File metadata and controls

26 lines (22 loc) · 1.89 KB

Order

Properties

Name Type Description Notes
id UUID ID of the order. UUID Version 4.
number Int A vanity id used for internal tracking of orders for a given vendor.
title String The title of the order, generated by combining the order's number property with the prefix "Order #".
fulfillmentStatus String The fulfillment status of the order.
paymentStatus String The payment status of the order.
currency String The three-letter ISO 4217 currency code for the currency in which this order was or will be transacted. Must be a supported currency of Aryeo. [optional]
totalAmount Int A positive integer in the smallest currency unit (that is, 100 cents for $1.00) representing the total order amount that was or will be charged. This accounts for order items and taxes. [optional]
paymentUrl String A URL of a publicly-accessible webpage to pay for the order. [optional]
statusUrl String A URL of a publicly-accessible webpage to see the order's status.
downloadsAllowed Bool Indicates if the current user is allowed to download content from the attached listing. [optional]
paymentsAllowed Bool Indicates if the current user is allowed to make a payment for the order. [optional]
address Address [optional]
customer Group [optional]
listing Listing [optional]
items [OrderItem] items [optional]
appointments [Appointment] [optional]
unconfirmedAppointments [UnconfirmedAppointment] [optional]

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