Address
The Address can be removed from an Order by setting the Address object to null.
and can be attached to multiple orders. Updating the geo coordinates will update them for all orders.
Address
id
string <uuid>
read-onlyoptional
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
<= 64 characters
Example:
2ee8ceab31952d603682752d4bde0c259ba8081ed6c755f73081ce9462530b5b
latitude
number
optional
>= -90<= 90
Example:
52.3156048
longitude
number
optional
>= -180<= 180
Example:
6.496432
created_at
string <date-time>
read-onlyoptional
Example:
2024-04-11T10:22:15Z
updated_at
string <date-time>
read-onlyoptional
Example:
2024-04-11T10:22:15Z
Modified at 2024-11-21 17:12:57