Schema Documentation

CustomerAddressInput

Description

Customer address information

Fields
Input FieldDescription
address1 - String Address 1
address2 - String Address 2
city - String City
company - String Company
country - CountriesEnum Country
email - String E-mail
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":"xyz789","city":"xyz789","company":"abc123","country":"AD","email":"xyz789","firstName":"xyz789","lastName":"xyz789","overwrite":true,"phone":"xyz789","postcode":"abc123","state":"xyz789"}