v1

latestOpenAPI 3.0.42026-07-2685196386.6 KB
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

emailAddressstring email required

Represents the email address associated with the form.

Response

The object was successfully created.

successboolean required

Indicates whether the operation or response was successful.

messagestring nullable

A descriptive message providing additional context or information about the response.

codestring nullable

The error code (if there was an error) to use when referencing the error