AdminCustomer
Properties#
has_account
booleanWhether the customer is a guest.
addresses
AdminCustomerAddress[]The customer's addresses.
addresses
AdminCustomerAddress[]id
stringThe customer's ID.
email
stringThe customer's email.
default_billing_address_id
null | stringThe ID of the customer's default billing address.
default_shipping_address_id
null | stringThe ID of the customer's default shipping address.
company_name
null | stringThe customer's company name.
first_name
null | stringThe customer's first name.
last_name
null | stringThe customer's last name.
The groups the customer is in.
phone
null | stringOptionalThe customer's phone.
metadata
Record<string, unknown>OptionalKey-value pairs of custom data.
created_by
null | stringOptionalThe ID of the user that created the customer.
deleted_at
null | string | DateOptionalThe date the customer was deleted.
created_at
string | DateOptionalThe date the customer was created.
updated_at
string | DateOptionalThe date the customer was updated.
Was this page helpful?