About Abandoned Carts

With the Wix Stores Abandoned Carts API you can listen for events when a cart is abandoned, or when an abandoned cart is recovered.

Deprecation Notice:

Stores Abandoned Carts API has been replaced with eCommerce Abandoned Checkout API and will be removed on March 31, 2024.

Was this helpful?
Yes
No

Abandoned Cart Object

Listen to cart abandonment events from Wix Stores

Properties
idstringformat GUID
Original cart ID

statusstring
2 enum supported values:
ABANDONEDRECOVERED
Cart status

abandonTimestringRead-onlyformat date-time
Time the cart was abandoned

buyerInfoobject
Buyer information

totalstring
Cart total including currency symbol

activitiesArray <Activity>Read-only
History activities
Was this helpful?
Yes
No

Cart Cart Abandoned Event

Deprecation Notice:

This webhook has been replaced with the Abandoned Checkout Created Webhook and will be removed on March 31, 2024.

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

abandonTimestringRead-onlyformat date-time
Time the cart was abandoned

buyerInfoobject
Buyer information

itemsCountinteger
Amount of items in cart

couponIdstring
Coupon ID (if relevant)

totalsobject
Subtotal of all line items in cart, not before shipping and taxes

checkoutUrlstringformat URI
Checkout URL - checkout with the abandoned cart details
Was this helpful?
Yes
No

Abandoned Cart Cart Recovered Event

Deprecation Notice:

This webhook has been replaced with the Abandoned Checkout Recovered Webhook and will be removed on March 31, 2024.

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

recoveredTimestringRead-onlyformat date-time
Time the cart was recovered

creationTimestringRead-onlyformat date-time
Time the cart was created

abandonedTimestringRead-onlyformat date-time
Time the cart was abandoned
Was this helpful?
Yes
No