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":"xyz789","city":"xyz789","company":"xyz789","country":"AD","email":"xyz789","firstName":"xyz789","lastName":"abc123","phone":"xyz789","postcode":"xyz789","state":"abc123"}