Cart Created Event


Deprecated

This method has been replaced with created, and will be removed on September 4, 2024.

Deprecation Notice:

This webhook has been replaced with the Cart Created Webhook and will be removed on September 4, 2024.

To help with migration from the Stores Cart API to the eCommerce Cart API, refer to the Cart Conversion Table for field changes in name and/or location.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Read Orders
Manage Restaurants - all permissions
Learn more about app permissions.
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
cartIdstringformat GUID

creationTimestringRead-onlyformat date-time

Time the cart was created


buyerInfoBuyerInfo

Customer's wix ID


weightUnitstring

Weight unit used in this store


currencyCurrency

Currency used for pricing in this store


totalsTotals

Totals for order's line items

Event Body

The data payload will include the following as an encoded JWT:

JSON

Cart Created Event
JSON
Did this help?