{
"id": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"webhookId": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
"type": "CART_ABANDONED_1H",
"apiVersion": "V1",
"createdAt": "2020-08-13T09:05:36.939+00:00",
"testMode": false,
"data": {
"cartId": "<string>",
"shopId": "<string>",
"email": "<string>",
"marketingConsent": true,
"items": [
{
"offerVariantId": "<string>",
"quantity": 123
}
],
"cartOrigin": "<string>",
"metadata": {},
"cartCreatedAt": "2023-11-07T05:31:56Z",
"cartUpdatedAt": "2023-11-07T05:31:56Z",
"checkout": {
"checkoutId": "<string>",
"status": "<string>",
"currentStep": "<string>",
"checkoutCreatedAt": "2023-11-07T05:31:56Z",
"checkoutUpdatedAt": "2023-11-07T05:31:56Z"
}
}
}Webhook Events
Cart abandoned 1 hour
Fired when a cart has been inactive for 1 hour.
WEBHOOK
CART_ABANDONED_1H
{
"id": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"webhookId": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
"type": "CART_ABANDONED_1H",
"apiVersion": "V1",
"createdAt": "2020-08-13T09:05:36.939+00:00",
"testMode": false,
"data": {
"cartId": "<string>",
"shopId": "<string>",
"email": "<string>",
"marketingConsent": true,
"items": [
{
"offerVariantId": "<string>",
"quantity": 123
}
],
"cartOrigin": "<string>",
"metadata": {},
"cartCreatedAt": "2023-11-07T05:31:56Z",
"cartUpdatedAt": "2023-11-07T05:31:56Z",
"checkout": {
"checkoutId": "<string>",
"status": "<string>",
"currentStep": "<string>",
"checkoutCreatedAt": "2023-11-07T05:31:56Z",
"checkoutUpdatedAt": "2023-11-07T05:31:56Z"
}
}
}Body
application/json
Unique identifier for this webhook event
Example:
"00aa4abd-5778-4199-8161-0b49b2f212e5"
ID of the webhook configuration that triggered this event
Example:
"00aa4abd-5778-4199-8161-0b49b2f212e5"
ID of the shop that generated this event
Example:
"sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb"
The event type
Example:
"CART_ABANDONED_1H"
API version of the webhook payload
Example:
"V1"
When this event was created
Example:
"2020-08-13T09:05:36.939+00:00"
Whether this event was sent in test mode
Example:
false
Show child attributes
Show child attributes
Response
200
Event received successfully