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": false,
"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
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Catalog
Deactivate (archive) a taxonomy axis (axe de classification)
Soft-archives an axis by flipping its active flag to false — never a physical delete, so the axis still reads back as inactive. 404s for an unknown axis.
POST
/
v1
/
taxonomy
/
{axisId}
/
deactivate
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": false,
"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
}
}{
"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 archived axis (active: false).
The archived axis (active: false).
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
