Customers
Retrieve Customer Subscriptions
Fetches a list of subscriptions associated with a customer. Ensure the x-store-id header is provided to authorize the request. The response includes subscription details like product information, status, and period end dates.
-
Parameters:
id(string, path, required): The ID of the customer.
-
Responses:
200: Customer subscriptions fetched successfully.401: Unauthorized ifx-store-idis not provided.404: Customer not found.
GET
Retrieve Customer Subscriptions
Previous
List CustomersRetrieve a paginated list of all customers linked to a store identified by `x-store-id`. Allows filtering by `email` and `status` with pagination capabilities such as `limit`, `page`, and `offset`. Returns a list of customer details, including their name, email, and status.
Next
Retrieve Customer Subscriptions