Skip to content

StoreLocation

Property Type
storeName string
address StoreLocationAddress
phoneNumber string
distance float
latitude float
longitude float
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
},