A valid request URL is required to generate request examples{
"items": [
{
"id": "ax-colour",
"name": "Couleur",
"scope": "variant",
"source": "managed",
"roots": [
{
"id": "n-blue",
"label": "Bleu",
"children": []
}
],
"active": true,
"version": 3
}
],
"total": 1,
"page": 1,
"pageSize": 20,
"pageCount": 1
}{
"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
}
}List taxonomy axes (classification, familles)
Returns ONE PAGE of the classification axes (e.g. Couleur, Taille, Famille), each with its full unbounded-depth node tree. An axis’s scope says what it classifies (product / variant / movement); the variant axes are the ones that build SKU-group labels. Page with page/pageSize (max 100) and keep going until page reaches pageCount: an axis left on an unread page is a classification products silently stop being filed under, so never read only the first page when you need the whole classification. total counts the axes across ALL pages. Use this to discover an axis id before a get/update.
A valid request URL is required to generate request examples{
"items": [
{
"id": "ax-colour",
"name": "Couleur",
"scope": "variant",
"source": "managed",
"roots": [
{
"id": "n-blue",
"label": "Bleu",
"children": []
}
],
"active": true,
"version": 3
}
],
"total": 1,
"page": 1,
"pageSize": 20,
"pageCount": 1
}{
"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
}
}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.
Query Parameters
1-based page index to return. Defaults to 1.
1 <= x <= 9007199254740991Rows per page, 1..100. Defaults to 20.
1 <= x <= 100Response
A page of classification axes with their node trees.
A page of classification axes with their node trees.
The rows on this page, in the query's sort order.
Show child attributes
Show child attributes
Total rows matching the filter across ALL pages, not just this one.
0 <= x <= 9007199254740991The 1-based page number served.
0 < x <= 9007199254740991Rows requested per page.
0 < x <= 9007199254740991Total number of pages; stop walking when page reaches it.
0 <= x <= 9007199254740991
