Updated 2026-06-01

Store API: Customers

List, get, create, and update customers via the Store API.

The customers resource exposes read and write access to your customer directory.

Customer endpoints
GET/v1/store/customers
List customers. Filter: search.
Publishable key
GET/v1/store/customers/:id
Get a single customer.
Publishable key
POST/v1/store/customers
Create a customer.
Secret key
PATCH/v1/store/customers/:id
Update a customer.
Secret key