Abandoned Carts
Abandoned cart recovery
📄️ List abandoned carts
Paginated list of carts that initiated checkout (checkoutId set) but never completed an order, filterable by recovery status and date range. Sorted by updatedAt desc by default.
📄️ Get abandoned cart stats
Aggregate totals over the store's abandoned carts, optionally restricted to a date range.
📄️ Get abandoned cart
Returns a single abandoned cart (checkout initiated, no order) with its items and checkout data.
📄️ Send recovery message
Sends a manual recovery message for the cart over EMAIL or WHATSAPP, using either a message template (templateId) or a custom message body. Requires the matching contact detail in the cart's checkout data; fails with 409 if a recovery was already sent for this cart.