API reference
Register customer
Creates a shopper account for this store. Accounts are scoped to the store: the same person registering on two storefronts gets two independent accounts.
POST
/v1/customer/registerCreates a shopper account for this store. Accounts are scoped to the store: the same person registering on two storefronts gets two independent accounts.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/customer/register" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "firstName": "string", "lastName": "string", "countryIsoCode": "string", "password": "string" }'{ "id": "string", "status": "active", "isVerified": true}