Customer
A customer can make purchases in your store and manage their profile.
Properties
id
stringRequiredThe customer's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
email
stringRequiredThe customer's email
first_name
stringRequiredThe customer's first name
last_name
stringRequiredThe customer's last name
billing_address_id
null | stringRequiredThe customer's billing address ID
The details of the billing address associated with the customer.
The details of the shipping addresses associated with the customer.
password_hash
stringRequiredphone
stringRequiredThe customer's phone number
has_account
booleanRequiredWhether the customer has an account or not
Default: false
The details of the orders this customer placed.
The customer groups the customer belongs to.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?