Cart Recovery
List all abandoned carts
Lists all abandoned carts for a store with optional filtering by cart status or product ID. Supports pagination.
Usage: Retrieve a list of all forgotten carts for a store. This can help in analyzing trends and planning follow-up strategies.
GET
List all abandoned carts
Previous
Manually trigger recovery emailThis endpoint allows you to manually trigger a recovery email for an abandoned cart specified by its ID. It checks the cart's status, and if it hasn't been recovered, it will regenerate the recovery URL using the Blink checkout session and dispatch a recovery email to the customer. It increments the recovery email sent counter regardless of email success.
**Usage:** Useful when you want to manually re-initiate the recovery process for a specific cart.
Next
List all abandoned carts