Send recovery message
POST/abandoned-carts/:cartId/recover
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.
Request
Responses
- 200
- 400
- 401
- 404
- 409
Recovery message sent.
Validation error
Unauthorized - Invalid or missing API key
Resource not found
Cart recovery already in progress or completed.