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