Cart Recovery
Manually trigger recovery email
This 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.
POST
Manually trigger recovery email
Previous
Retrieve abandoned cart detailsRetrieves details of a specific abandoned cart using its ID. The response includes information about the cart, such as customer email, status, and product details.
**Usage:** Use this endpoint to view details of a forgotten cart, aiding in customer follow-up or analytics.
Next
Manually trigger recovery email