Skip to content

AddressAdd

Field Type Required Description
firstName string
lastName string
street1 string
street2 string
zipCode string
city string
province string Province code
country string Country code
tags array[string]
customAttributes CustomAttributes
{
"firstName": "John",
"lastName": "Doe",
"street1": "313 Bell Rd",
"street2": "Apt 44N",
"zipCode": "85250-4121",
"city": "Phoenix",
"province": "AZ",
"country": "US",
"tags": [
"shipping",
"billing",
"default",
"default_shipping",
"default_billing"
],
"customAttributes": {
"attribute1": "value1",
"attribute2": "value2"
}
}