Store Finder
Get location details
Get details for a specific location within the store finder
get/store-finders/{storeKey}/locations/{id}
Path parameters
storeKeystring required
Your store finder key
idstring required
The location id, identifier or a custom slug
Query parameters
languagestring
The language the location data should be returned in (only applicable if location translation feature is enabled)
countrystring[]
Countries to filter for
customFieldsboolean
Should customFields be included in the response
identifierboolean
When true id is the location identifier otherwise its id
reviewRatingsstring[]
Review ratings to include in the detailed response
slugstring
If a slug was provided as ID which customField should we match it for
fieldMaskstring[]
The list of fields the response object should contain, in the following format: "fieldMask=name&fieldMask=id"
Response
Success
Example response
{
"response": {
"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"
}
]
}
}