Skip to main content
GET
Get stores by specified query criteria. By default, opening hours are included in the response model. Set includeOpeningHours=false to exclude them.

Authorizations

Authorization
string
header
required

Query Parameters

Name
string
GeoCoordinates.Latitude
number<double>
Required range: -90 <= x <= 90
GeoCoordinates.Longitude
number<double>
Required range: -180 <= x <= 180
GeoCoordinates.Radius
number<double>
Required range: 0 <= x <= 1000000
ChainIds
string[]
AlternateIds
string[]
Ids
string[]
SearchText
string
excludeOpeningHours
boolean

[Deprecated, Use ''includeOpeningHours' instead]Set true to exclude openingHours from the response model. The default value if false

includeOpeningHours
boolean

Indicates whether opening hours included in response

includeChainData
boolean
default:true

Indicates whether chain data included in response

includeLocation
boolean
default:true

Indicates whether location included in response

Response

200 - application/json

Collection of stores

id
string
required
Minimum string length: 1
name
string
required
Minimum string length: 1
chainId
string | null
alternateIds
string[] | null
deprecated
Maximum array length: 1
alternateId
string | null
registrationNumber
string | null
contactInfo
object
location
object
chain
object
status
enum<string>
Available options:
Active,
Closed,
NotSpecified
type
enum<string>
Available options:
Public,
Internal
createdAt
string<date-time> | null
deletedAt
string<date-time> | null
addressLong
string | null
addressShort
string | null
openingHours
object[] | null
Last modified on August 10, 2026