Address
The Address object represents physical address information for a store.
¶ Properties
| Property | Type | Description |
|---|---|---|
address_line1 |
string | Primary address line |
address_line2 |
string | Secondary address line (optional) |
city |
string | City name |
region |
string | State or region |
postal_code |
string | Postal or ZIP code |
country |
string | Country name or code |
latitude |
number | Latitude coordinate |
longitude |
number | Longitude coordinate |