Consultar categorias de destino

API Explorer: https://rest.hub2b.com.br/category-docs/index.html

Para listar as categorias de determinado canal de venda basta fazer a busca em /catalog/category/tree onde irá retornar o exemplo a seguir:

{
  "totalResponse": 0,
  "totalCategories": 0,
  "response": [
    {
      "idCategory": 0,
      "idSystem": 0,
      "code": "string",
      "parentCode": "string",
      "name": "string",
      "systemCode": "string",
      "active": 0,
      "map": 0,
      "structure": "string",
      "completeStructure": "string"
    }
  ]
}

Last updated