Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create customer records via the Storefront API.
createCustomer
mutation CreateCustomer($payload: CreateCustomerInput!) { createCustomer(payload: $payload) { success data { uid email fullName createdAt } } }
storeUid
UUID
email
String
fullName
uid
billingAddress
Address?
addresses
[Address]
orders
[Order]
createdAt
DateTime
updatedAt
line1
String?
line2
city
state
postalCode
country