v

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0929353914.0 MB
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

status'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE' required
messagestring

(optional) Holds further information about the response

warningsstring[]

(optional) Holds further warnings

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"
      }
    ]
  }
}