Customers

Create Customer

Creates a customer by email, or returns the existing customer with that email.

post/v1/shops/{shopId}/customers

Request body

emailstring required

The customer's email.

phone_numberstring

The customer's phone number.

Example request

{
  "email": "buyer@example.com"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.