Shopper Subscriptions
List all subscriptions
Retrieve a paginated list of all subscriptions associated with the store using x-store-id. Supports filtering by status, customer_id, and product_id, with pagination using limit query parameter.
GET
List all subscriptions
Authorizations
Query Parameters
Number of subscriptions to retrieve.
Filter subscriptions by status.
Filter subscriptions by customer ID.
Filter subscriptions by product ID.
Previous
Recover an Abandoned CartThis 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.
Next
List all subscriptions