Order Created


Deprecation Notice:

This webhook has been replaced with eCommerce Order Approved Event and will be removed on September 4, 2024.

Triggered when an order is created.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Stores - all permissions
Read Orders
Read Stores - all read permissions
Manage Orders
Learn more about permission scopes.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
orderIdstringformat GUID

Order ID (auto generated upon order creation)


numberinteger

ID displayed in the owner's store (auto generated)


dateCreatedstringformat date-time

Order creation date


buyerInfoobject

Customer information


currencystringmaxLength 3

Currency used for pricing in this store


weightUnitstring
3 enum supported values:
UNSPECIFIED_WEIGHT_UNITKGLB

Weight unit used in this store


totalsobject

Totals for order's line items


readboolean

Whether the order was read by the store owner


archivedboolean

Order archive status


paymentStatusstring
7 enum supported values:
UNSPECIFIED_PAYMENT_STATUSPENDINGNOT_PAIDPAIDPARTIALLY_REFUNDEDFULLY_REFUNDEDPARTIALLY_PAID

Order payment status


fulfillmentStatusstring
4 enum supported values:
NOT_FULFILLEDFULFILLEDCANCELEDPARTIALLY_FULFILLED

Order fulfillment status


Was this helpful?
Yes
No