Schema Documentation
CustomerAddress
Description
A customer address object
Fields
| Field Name | Description | 
|---|---|
address1 - String | Address 1 | 
address2 - String | Address 2 | 
city - String | City | 
company - String | Company | 
country - CountriesEnum | Country | 
email - String | |
firstName - String | First name | 
lastName - String | Last name | 
phone - String | Phone | 
postcode - String | Zip Postal Code | 
state - String | State | 
Example
{"address1":"abc123","address2":"abc123","city":"abc123","company":"abc123","country":"AD","email":"abc123","firstName":"xyz789","lastName":"abc123","phone":"abc123","postcode":"xyz789","state":"abc123"}