Schema Documentation
CustomerAddressInput
Description
Customer address information
Fields
Input Field | 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 |
overwrite -
Boolean | Clear old address data |
phone -
String | Phone |
postcode -
String | Zip Postal Code |
state -
String | State |
Example
{"address1":"xyz789","address2":"abc123","city":"xyz789","company":"xyz789","country":"AD","email":"abc123","firstName":"xyz789","lastName":"xyz789","overwrite":true,"phone":"xyz789","postcode":"abc123","state":"xyz789"}