Property | Type | BigCommmerce Storefront API Value | Description |
---|---|---|---|
Name | String | customer.first_name + customer.last_name | The shopper’s first and last name as a single value. |
externalCustomerId | String | customer.id | BigCommerce’s unique identifier for the customer. |
email | String | customer.email | The customer’s email address. |
firstName | String | customer.first_name | The customer’s first name. |
lastName | String | customer.last_name | The customer’s last name. |
address | Object | N/A (This object is generated using the BigCommerce storefront API variables listed below.) | The Address Object is made up of the following properties. |
address.street | String | customer.default_address.street | The customer’s default street address. |
address.city | String | customer.default_address.city | The customer’s default city. |
address.state | String | customer.default_address.province | The customer’s default state or province. |
address.postalCode | String | customer.default_address.zip | The customer’s default zip code. |
address.countryCode | String | customer.default_address.country_code | The customer’s default country code. |