Create a customer
Customers
Create a customer
Create a new customer record in the store. Requires the WRITE_CUSTOMERS scope.
POST
Create a customer
Creates a new customer in the store. The email must be unique within the store. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
application/json
Fields accepted when creating a customer.
Customer's display name.
Customer email address. Required by the data model and must be unique within the store; must be a valid email.
Customer phone number. May be null.
ObjectId of an existing platform user to link this customer to. May be null.
Whether the customer is active. Defaults to true.
Response
The created customer.

