Store Finder
Get all locations
Get all locations in your store finder
get/store-finders/{storeKey}/locations/all
Path parameters
storeKeystring required
Your store finder key
Query parameters
countrystring[]
Optional parameter to filter locations from a specific country
fieldMaskstring[]
The list of fields the response object should contain
Response
Success
Example response
{
"response": {
"locations": [
{
"addressExtra": "building, floor, etc.",
"customItems": [
{
"category": "Coffee",
"unit": "per kg"
}
],
"menus": [
{
"category": "Starters, Drinks, Desert, etc."
}
],
"nextOpen": {
"date": "2018-11-16"
},
"faqs": [
{
"question": "Do you have parking?",
"answer": "Yes, free valet parking is available."
}
],
"products": [
{
"category": "Coffee",
"unit": "per kg"
}
],
"services": [
{
"currency": "USD"
}
]
}
]
}
}