CustomerDTO
The customer details.
id
stringRequiredThe ID of the customer.
email
stringRequiredThe email of the customer.
has_account
booleanRequiredA flag indicating if customer has an account or not.
default_billing_address_id
null | stringRequiredThe associated default billing address's ID.
default_shipping_address_id
null | stringRequiredThe associated default shipping address's ID.
company_name
null | stringRequiredThe company name of the customer.
first_name
null | stringRequiredThe first name of the customer.
last_name
null | stringRequiredThe last name of the customer.
The addresses of the customer.
phone
null | stringRequiredThe phone of the customer.
groups
object[]RequiredThe groups of the customer.
groups
object[]Requiredmetadata
Record<string, unknown>RequiredHolds custom data in key-value pairs.
created_by
null | stringRequiredWho created the customer.
deleted_at
null | string | DateRequiredThe deletion date of the customer.
created_at
string | DateRequiredThe creation date of the customer.
updated_at
string | DateRequiredThe update date of the customer.
Was this section helpful?