Skip to main content
GET
Returns store by id. By default, opening hours are included in the response model. Set includeOpeningHours=false to exclude them.

Authorizations

Authorization
string
header
required

Path Parameters

storeId
string
required

Store id

Query Parameters

includeOpeningHours
boolean
default:true

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

OK

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