Cart Webhooks
Events
cart.created | A cart has been created |
Fields
Name | Type | Description |
---|---|---|
cart | Cart | The cart this event is related to |
location | LocationTiny | The location the cart belongs to |
organization | OrganizationTiny | The organization the cart belongs to |
Example
{
"event": "cart.created",
"cart": {
"...": "..."
},
"location": {
"id": "LOC123",
"name": "Richmond"
},
"organization": {
"id": "01H0S97D8RX4RBFHHTB1HE7SFR",
"name": "My Awesome Business"
}
}