legacy_CustomerDTO
The legacy customer details.
Properties
id
stringRequiredThe ID of the customer.
email
stringRequiredThe email of the customer.
has_account
booleanRequiredWhether the customer has account.
orders
object[]RequiredThe orders of the customer.
orders
object[]Requiredbilling_address_id
null | stringThe associated billing address's ID.
shipping_address_id
null | stringThe associated shipping address's ID.
first_name
null | stringThe first name of the customer.
last_name
null | stringThe last name of the customer.
billing_address
AddressDTOThe billing address of the customer.
billing_address
AddressDTOshipping_address
AddressDTOThe shipping address of the customer.
shipping_address
AddressDTOphone
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.
deleted_at
string | DateThe deletion date of the customer.
created_at
string | DateThe creation date of the customer.
updated_at
string | DateThe update date of the legacy_ customer.
Was this section helpful?