- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CustomerDTO
The customer details.
id
stringThe ID of the customer.
email
stringThe email of the customer.
has_account
booleanA flag indicating if customer has an account or not.
default_billing_address_id
null | stringThe associated default billing address's ID.
default_shipping_address_id
null | stringThe associated default shipping address's ID.
company_name
null | stringThe company name of the customer.
first_name
null | stringThe first name of the customer.
last_name
null | stringThe last name of the customer.
addresses
CustomerAddressDTO[]The addresses of the customer.
addresses
CustomerAddressDTO[]phone
null | stringThe phone of the customer.
groups
object[]The groups of the customer.
groups
object[]metadata
Record<string, unknown>Holds custom data in key-value pairs.
created_by
null | stringWho created the customer.
deleted_at
null | string | DateThe deletion date of the customer.
created_at
string | DateThe creation date of the customer.
updated_at
string | DateThe update date of the customer.
Was this page helpful?