MerchantLocation

PropertyTypeDescription
storeNamestringName of location; e.g., “McDonald’s Peachtree Center”
adIdlongThe ID of the ad to which this merchant location belongs
storeNumberstringIf available, store number
address1stringAddress line 1
address2stringAddress line 2
citystringCity name
countystringCounty name
statestringState or province code. Not used for UK locations
postalCodestringPostal (ZIP in USA) code
phonestringPhone number of merchant location
hoursOfOperationstringIf available, details about store hours
latitudefloatValid values are from -85.05112878 to 85.05112878
longitudefloatValid values are from -180.000 to 180.0000
distanceInMeterslongDistance in meters from input location

Example

{
    "storeName": "Gift Shop",
    "storeNumber": "Store 1",
    "address1": "1400 Smith Street",
    "address2": null,
    "city": "Houston",
    "county": "Houston County",
    "state": "TX",
    "postalCode": "77002",
    "phone": "555-0123",
    "hoursOfOperation": "M-F: 02:00-09:00",
    "latitude": 29.755583,
    "longitude": -95.37175,
    "distanceInMeters": 4432,
    "adId": 123
}