Error
A valid request URL is required to generate request examples{
"id": "store-rivoli",
"name": "Boutique Rivoli",
"city": "Paris 1er",
"region": "Île-de-France",
"active": true
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Network
Get a store by id
Resolves one store from the slug id you took out of the store listing. Reach for it to confirm a store exists and is still active before addressing it in a store-scoped operation, or to read the city/region it belongs to. 404s when no store carries the given id — treat that as ‘this store slug is wrong’, not as ‘the store is closed’ (a closed store is still returned, with active:false).
GET
/
v1
/
stores
/
{storeId}
Error
A valid request URL is required to generate request examples{
"id": "store-rivoli",
"name": "Boutique Rivoli",
"city": "Paris 1er",
"region": "Île-de-France",
"active": true
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
Minimum string length:
1
