Consulta categorias do produto

Endpoint


Exemplo cURL

curl -X 'GET' \
  'https://apim.niiw.io/api/product/category/6244c113effb563129001536/pager/1/10/' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer eyJhbGciOiJIUzI1N...................'

Exemplo Request Body

{
  "page": 0,
  "perPage": 0,
  "total": 0,
  "list": [
    {
      "_id": "string",
      "brand": {
        "name": "string",
        "picture": "string"
      },
      "description": "string",
      "thumbnail": "string",
      "price": "string",
      "max_price": 0,
      "min_price": 0,
      "avg_price": 0,
      "category": "string",
      "category_level_0": "string",
      "category_level_1": "string",
      "category_level_2": "string",
      "category_level_3": "string",
      "category_level_4": "string",
      "gtin": "string",
      "gpc": {
        "code": "string",
        "description": "string"
      },
      "ncm": {
        "code": "string",
        "description": "string",
        "full_description": "string"
      },
      "cest": {
        "id": 0,
        "code": "string",
        "description": "string",
        "parent_id": 0
      },
      "payload": {}
    }
  ]
}

Last updated