CreateCustomerDTO

The customer to be created.

company_namenull | stringOptional
The company name of the customer.
first_namenull | stringOptional
The first name of the customer.
last_namenull | stringOptional
The last name of the customer.
emailnull | stringOptional
The email of the customer.
phonenull | stringOptional
The phone of the customer.
created_bynull | stringOptional
Who created the customer.
has_accountbooleanOptional
Whether the customer has an account.
addressesOmit<CreateCustomerAddressDTO, "customer_id">[]Optional
The addresses of the customer.
metadataMetadataTypeOptional
Holds custom data in key-value pairs.
Was this page helpful?
Edit this page