Customer
Create customer
Registers a customer for the store using their email. If the customer already exists and is linked to the store, a 409 conflict is returned. Requires the stores.customers.create permission.
post/stores/{storeId}/customers
Path parameters
storeIdstring uuid required
ID of the store.
Request body
Response
The object was successfully created.
Changes
No recorded changes to this endpoint across all 1 revision of this API.