Error
A valid request URL is required to generate request examples{
"id": "ax-colour",
"name": "Couleur",
"scope": "variant",
"source": "managed",
"roots": [
{
"id": "n-blue",
"label": "Bleu",
"children": []
}
],
"active": true,
"version": 3
}{
"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
}
}Catalog
Get a taxonomy axis (axe de classification) by id
Returns one classification axis (identity, scope, source, the node tree, and the active flag). 404s when no axis carries the given id.
GET
/
v1
/
taxonomy
/
{axisId}
Error
A valid request URL is required to generate request examples{
"id": "ax-colour",
"name": "Couleur",
"scope": "variant",
"source": "managed",
"roots": [
{
"id": "n-blue",
"label": "Bleu",
"children": []
}
],
"active": true,
"version": 3
}{
"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
The classification axis id (e.g. ax-colour).
Minimum string length:
1Response
The classification axis with its node tree.
The classification axis with its node tree.
Minimum string length:
1Minimum string length:
1Available options:
product, variant, movement Available options:
managed, local Required range:
0 < x <= 9007199254740991Available options:
text, color, size, number, measure Minimum string length:
1
