StoreCustomer
Properties#
id
stringThe customer's ID.
email
stringThe customer's email.
default_billing_address_id
null | stringThe ID of the customer's default billing address.
default_shipping_address_id
null | stringThe ID of the customer's default shipping address.
company_name
null | stringThe customer's company name.
first_name
null | stringThe customer's first name.
last_name
null | stringThe customer's last name.
addresses
StoreCustomerAddress[]The customer's address.
addresses
StoreCustomerAddress[]phone
null | stringOptionalThe customer's phone.
metadata
Record<string, unknown>OptionalKey-value pairs of custom data.
deleted_at
null | string | DateOptionalThe date the customer was deleted.
created_at
string | DateOptionalThe date the customer was created.
updated_at
string | DateOptionalThe date the customer was updated.
Was this page helpful?