API - Consultar Produto Paginada

API - Consultar Produto Paginada

GET https://sandbox-api.invoisys.com.br/api/produto/emissao/{pagina}/{n_itens}

Path Parameters

Name
Type
Description

pagina

integer

Retorna a página de consulta de empresas​

n_itens

string

Retorna o número de itens por página

Query Parameters

Name
Type
Description

search

string

Parâmetro opcional, que pode conter trecho de pesquisa.

order

string

Parâmetro opcional, que pode conter ordenação pelos campos. Ex.: 1, asc (coluna 1, ordenação ascendente)

Headers

Name
Type
Description

Content_type

string

application/x-www-form-urlencode​d

Accept

string

application/jso​n

Authorization

string

bearer <valor​>​​

{
  "data": [
    {
      "id": 1164,
      "codigo": "C_01",
      "description": "API PÃO DE FORMA",
      "bloqueado": false,
      "tipoMaterial": {
        "key": 1,
        "value": "Material"
      },
      "ncm": "99999999",
      "cest": "9999999",
      "ibpt": false,
      "origemMaterial": {
        "key": 1,
        "value": "Nacional"
      },
      "percentualDeImpostos": 0,
      "ean": "SEM GTIM",
      "eanTributario": "SEM GTIN",
      "extensaoTabelaIPI": "",
      "valorUnitarioComercial": 50,
      "unidadeMedidaComercial": {
        "key": 15,
        "value": "Caixa"
      },
      "valorUnitarioTributario": 0,
      "unidadeMedidaTributaria": {
        "key": 25,
        "value": "Display"
      },
      "pesoLiquido": 1,
      "pesoBruto": 15,
      "tipoEspecifico": {
        "key": 1,
        "value": "Sem especificação"
      },
      "empresa": {
        "id": 9424,
        "cnpj": "91419592000136",
        "razaoSocial": "API PADARIA",
        "nomeFantasia": "API PADARIA"
      }
    }
  ],
  "draw": 1,
  "recordsTotal": 4,
  "recordsFiltered": 4
}

APIs Relacionadas 🎈

Referências à API 📌

Last updated

Was this helpful?