AdminCreateCustomer
Properties#
email
stringThe customer's email.
company_name
stringOptionalThe customer's company name.
first_name
stringOptionalThe customer's first name.
last_name
stringOptionalThe customer's last name.
phone
stringOptionalThe customer's phone number.
metadata
Record<string, unknown>OptionalKey-value pairs of custom data.
Was this page helpful?