There is no direct endpoint for interacting with an Address.Address can be added or changed via the Order object. The Address can be removed from an Order by setting the Address object to null.Because of geo coordinates a unique address (street1, street2, postcode, city, state and country) is only stored once, and can be attached to multiple orders. Updating the geo coordinates will update them for all orders.
Address
id
string<uuid>
read-onlyoptional
Unique identifier
city
string
optional
<= 60 characters
country
string
optional
<= 55 characters
postcode
string
optional
<= 16 characters
Default:
NULL
state
string
optional
<= 60 characters
street1
string
optional
<= 100 characters
street2
string
optional
<= 100 characters
hash
string
read-onlyoptional
Hash based on the trimmed values of street1, street2, postcode, city, state and country.Internally used in case latitude and longitude are not given but already know