Vtex Categorytree Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "CategoryTree",
"method": "GET",
"path": "/api/catalog_system/pub/category/tree/{categoryLevels}",
"summary": "VTex Get category tree",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": [
{
"id": 1,
"name": "Alimenta\u00e7\u00e3o",
"hasChildren": true,
"url": "https://lojadobreno.vtexcommercestable.com.br/alimentacao",
"children": [
{
"id": 6,
"name": "Bebedouro",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/alimentacao/bebedouro",
"children": [],
"Title": "Bebedouro para Gatos",
"MetaTagDescription": ""
},
{
"id": 7,
"name": "Comedouro",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/alimentacao/comedouro",
"children": [],
"Title": "Comedouro para Gatos",
"MetaTagDescription": ""
},
{
"id": 8,
"name": "Biscoitos",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/alimentacao/biscoitos",
"children": [],
"Title": "Biscoitos para Gatos",
"MetaTagDescription": ""
},
{
"id": 9,
"name": "Petiscos",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/alimentacao/petiscos",
"children": [],
"Title": "Petiscos para Gatos",
"MetaTagDescription": ""
},
{
"id": 10,
"name": "Ra\u00e7\u00e3o Seca",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/alimentacao/racao-seca",
"children": [],
"Title": "Ra\u00e7\u00e3o Seca para Gatos",
"MetaTagDescription": ""
},
{
"id": 11,
"name": "Ra\u00e7\u00e3o \u00damida",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/alimentacao/racao-umida",
"children": [],
"Title": "Ra\u00e7\u00e3o \u00damida para Gatos",
"MetaTagDescription": ""
}
],
"Title": "Alimenta\u00e7\u00e3o para Gatos",
"MetaTagDescription": ""
},
{
"id": 2,
"name": "Brinquedos",
"hasChildren": true,
"url": "https://lojadobreno.vtexcommercestable.com.br/brinquedos",
"children": [
{
"id": 12,
"name": "Bolinhas",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/brinquedos/bolinhas",
"children": [],
"Title": "Bolinhas para Gatos",
"MetaTagDescription": ""
},
{
"id": 13,
"name": "Ratinhos",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/brinquedos/ratinhos",
"children": [],
"Title": "Ratinhos",
"MetaTagDescription": ""
},
{
"id": 19,
"name": "Arranhador para gato",
"hasChildren": false,
"url": "https://lojadobreno.vtexcommercestable.com.br/brinquedos/arranhador-para-gato",
"children": [],
"Title": "Brinquedo Arranhador para gatos",
"MetaTagDescription": "Arranhador gatos \u00e9 indispens\u00e1vel no lar com felinos. Ideais para afiar as unhas e garantir a divers\u00e3o"
}
],
"Title": "Brinquedos para Gatos",
"MetaTagDescription": ""
}
]
}
]
}