Abandoned Carts
Recover an Abandoned Cart
This endpoint triggers a recovery email for an abandoned cart specified by the id path parameter. It verifies the cart belongs to the store using the x-store-id header. If the cart has already been recovered, it returns an error. Otherwise, it generates a recovery URL and sends a recovery email. The recovery email attempts are incremented regardless of email success.
POST
Recover an Abandoned Cart
Recover an Abandoned Cart