Customers
List Customers
Retrieve 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.
GET
List Customers
Previous
Create a CustomerCreate a new customer record manually for a store identified by `x-store-id`. Requires `email` and optionally `name` in the request body. This endpoint checks for existing customers with the same email and returns a conflict if found. On successful creation, it returns the customer data.
Next
List Customers