Skip to content

StoreLocationAddress

Property Type
addressLine1 string
addressLine2 string
city string
state string
postalCode string
country string
Example
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
{
    "storeName": "Store 1",
    "address": {
        "addressLine1": "123 Front St",
        "addressLine2": "Suite 1",
        "city": "San Francisco",
        "state": "CA",
        "postalCode": "94105",
        "country": "US"
    },
    "phoneNumber": "123-456-7890",
    "distance": "1.2",
    "latitude": "37.7749",
    "longitude": "122.4194"
}