AddressGetAndUpdate
| Field | Type | Required | Description |
|---|---|---|---|
id |
string |
yes | |
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 |
Example
Section titled “Example”{ "id": "123", "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" }}
