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
6 enum supported values:
UNSPECIFIED_ORDER_STATUSPENDINGNEWACCEPTEDCANCELEDFULFILLED

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.


couponobject

Coupon applied to the order.


paymentsArray <Payment>minItems 1maxItems 100

Order payment information.


fulfillmentobject

Order fulfillment information.


customerobject

Customer information.


totalsobject

Order totals.


activitiesArray <Activity>Read-only

Log of order updates.


channelInfoobject

Information about the sales channel that submitted the order.


loyaltyInfoobject

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

Was this helpful?
Yes
No