Order Object


Properties
idstringRead-only

Order ID.


locationIdstringRead-onlyformat GUID

ID of the restaurant’s location.


createdDatestringRead-onlyformat date-time

Order creation date and time in yyyy-mm-ddThh:mm:sssZ format.


updatedDatestringRead-onlyformat date-time

Date and time of order's latest update in yyyy-mm-ddThh:mm:sssZ format.


commentstringmaxLength 1000

Additional note to the order added by the customer.


currencystringformat CURRENCY

Currency of the order.


statusstring

Current order status.


lineItemsArray <LineItem>minItems 1maxItems 300

Dishes and options included in the order.


discountsArray <Discount>minItems 0maxItems 100

Discounts associated with the order.


couponCoupon

Coupon applied to the order.


paymentsArray <Payment>minItems 1maxItems 100

Order payment information.


fulfillmentFulfillment

Order fulfillment information.


customerCustomer

Customer information.


totalsTotals

Order totals.


activitiesArray <Activity>Read-only

Log of order updates.


channelInfoChannelInfo

Information about the sales channel that submitted the order.


loyaltyInfoLoyaltyInfo

Information about the order’s loyalty points. Learn more about the Wix Loyalty Program.

Did this help?