Last updated 1 month ago
Was this helpful?
Webhook events related to the creation, update, and deletion of a cart.
cart.created
cart.merged
cart.closed
cart.item-added
cart.item-updated
cart.item-deleted
{ "currency": "String", "customerId": "String", "id": "String", "metadata": { "createdAt": "String", "modifiedAt": "String", "version": "Number" }, "siteCode": "String", }
{ "tenant": "String", "cartId": "String", "itemId": "String", "quantity": "Number", "priceId": "String" }
{ "tenant": "String", "cartId": "String", "itemId": "String" }