๐ Overview
When a checkout is considered โabandoned,โ the system captures the cart state, user details, and sends this information to configured external endpoints. This allows for automated recovery campaigns (e.g., via email or WhatsApp) with thrid party apps..๐ Webhook Payload (JSON)
Field Specifications
| Field | Type | Description |
|---|---|---|
checkout_url | string | The direct URL to resume the checkout session. |
variants | array | List of items left in the cart. |
phone | string | Customerโs primary phone number. |
user_details | object | Contains name, email, and country. |
shop_id | string | The unique identifier of the merchant store. |
order_id | int64 | The internal ID of the abandoned order/session. |
address | object | Comprehensive shipping/billing address details. |

