{
  "info": {
    "name": "CPlug (ConnectPlug) — mcp.ai",
    "description": "REST API for the CPlug (ConnectPlug) MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/cplug",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "cplug_advance_production_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/advance/production/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "advance",
            "production",
            "order"
          ]
        },
        "description": "Avança etapa da ordem de produção (POST /api/v3/production-orders/{productionOrderId}/advance). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productionOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_batch_delete_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/delete/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "delete",
            "companies"
          ]
        },
        "description": "Deleta empresas em massa (POST /api/v3/companies/batch-delete). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_batch_delete_customers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/delete/customers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "delete",
            "customers"
          ]
        },
        "description": "Deleta clientes em massa (POST /api/v3/customers/batch-delete). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_cancel_production_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/production/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "production",
            "order"
          ]
        },
        "description": "Cancela uma ordem de produção (POST /api/v3/production-orders/{productionOrderId}/cancel). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productionOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_close_pos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/close/pos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "close",
            "pos"
          ]
        },
        "description": "Fechar caixa (POST /api/v3/pos/{posId}/drawer-close). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"posId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_create_cash_register",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/cash/register",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "cash",
            "register"
          ]
        },
        "description": "Criar caixa registradora (POST /api/v3/cash-registers). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_create_emitted_documents_schedules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/emitted/documents/schedules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "emitted",
            "documents",
            "schedules"
          ]
        },
        "description": "Cria um envio automático (POST /api/v3/nfes/emitted-documents/schedules). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_create_icon",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/icon",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "icon"
          ]
        },
        "description": "Cria um novo ícone (POST /api/v3/icons). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_create_production_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/production/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "production",
            "order"
          ]
        },
        "description": "Cria uma ordem de produção (POST /api/v3/production-orders). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_app_product_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/app/product/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "app",
            "product",
            "category"
          ]
        },
        "description": "Apaga uma categoria de produto do aplicativo (DELETE /api/v3/apps/{appId}/categories/{categoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"categoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "apps"
          ]
        },
        "description": "Apaga um aplicativo (DELETE /api/v3/apps/{appId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_apps_card_contract",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/apps/card/contract",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "apps",
            "card",
            "contract"
          ]
        },
        "description": "Desvincular contrato de cartão (DELETE /api/v3/apps/{appId}/card-contracts/{cardContractId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"cardContractId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_apps_item_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/apps/item/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "apps",
            "item",
            "grids"
          ]
        },
        "description": "Apaga uma grade de preço de um produto (DELETE /api/v3/apps/{appId}/items/{productId}/grids/{gridId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"productId\": \"\",\n  \"gridId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_apps_item_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/apps/item/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "apps",
            "item",
            "options"
          ]
        },
        "description": "Apaga uma opção de um produto (DELETE /api/v3/apps/{appId}/items/{productId}/options/{optionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"productId\": \"\",\n  \"optionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "attributes"
          ]
        },
        "description": "Apaga um atributo (DELETE /api/v3/attributes/{attributeId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_attributes_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/attributes/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "attributes",
            "options"
          ]
        },
        "description": "Apaga uma opção (DELETE /api/v3/attributes/{attributeId}/options/{optionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"optionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_bank_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/bank/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "bank",
            "account"
          ]
        },
        "description": "Apaga uma conta bancária (DELETE /api/v3/bank-accounts/{bankAccountId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"bankAccountId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_batch_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/batch/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "batch",
            "attributes"
          ]
        },
        "description": "Apaga atributos em massa (DELETE /api/v3/attributes/batch-delete). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_bulk_destroy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/bulk/destroy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "bulk",
            "destroy"
          ]
        },
        "description": "Apaga um lote (DELETE /api/v3/bulks/{kind}/destroy). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"kind\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_cards_contract",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cards/contract",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cards",
            "contract"
          ]
        },
        "description": "Apaga um contrato de cartão (DELETE /api/v3/cards/contracts/{cardContractId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"cardContractId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_carriers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/carriers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "carriers"
          ]
        },
        "description": "Apaga uma transportadora (DELETE /api/v3/carriers/{carrierId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"carrierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_cash_register",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cash/register",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cash",
            "register"
          ]
        },
        "description": "Excluir caixa registradora (DELETE /api/v3/cash-registers/{cashRegisterId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"cashRegisterId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "categories"
          ]
        },
        "description": "Apaga uma categoria (DELETE /api/v3/categories/{categoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"categoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_command_series",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/command/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "command",
            "series"
          ]
        },
        "description": "Apaga uma série de comanda (DELETE /api/v3/command-series/{commandSeriesId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"commandSeriesId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_companies_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/companies/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "companies",
            "id"
          ]
        },
        "description": "Apaga uma empresa (DELETE /api/v3/companies/{companyId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_cost_centers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cost/centers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cost",
            "centers"
          ]
        },
        "description": "Apaga um centro de custo (DELETE /api/v3/cost-centers/{costCenterId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"costCenterId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_customer_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/customer/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "customer",
            "category"
          ]
        },
        "description": "Apaga uma categoria de cliente (DELETE /api/v3/customer-categories/{customerCategoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerCategoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_customers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/customers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "customers"
          ]
        },
        "description": "Apaga um cliente (DELETE /api/v3/customers/{customerId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_customers_id_addresses_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/customers/id/addresses/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "customers",
            "id",
            "addresses",
            "id"
          ]
        },
        "description": "Apaga um endereço (DELETE /api/v3/customers/{customerId}/addresses/{addressId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"addressId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_customers_id_documents_document_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/customers/id/documents/document/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "customers",
            "id",
            "documents",
            "document",
            "type"
          ]
        },
        "description": "Apaga um documento (DELETE /api/v3/customers/{customerId}/documents/{documentType}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"documentType\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_customization",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/customization",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "customization"
          ]
        },
        "description": "Apaga uma customização (DELETE /api/v3/customizations/{customizationId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customizationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_customization_media",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/customization/media",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "customization",
            "media"
          ]
        },
        "description": "Apaga uma mídia de uma customização (DELETE /api/v3/customizations/{customizationId}/media/{mediaId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customizationId\": \"\",\n  \"mediaId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_delivery_areas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/delivery/areas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "delivery",
            "areas"
          ]
        },
        "description": "Apaga uma área de entrega (DELETE /api/v3/delivery-areas/{deliveryAreaId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"deliveryAreaId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_emitted_documents_schedules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/emitted/documents/schedules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "emitted",
            "documents",
            "schedules"
          ]
        },
        "description": "Apaga um registro (DELETE /api/v3/nfes/emitted-documents/schedules/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "filters"
          ]
        },
        "description": "Apaga um filtro (DELETE /api/v3/filters/{filterId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"filterId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_financial_account_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/financial/account/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "financial",
            "account",
            "plans"
          ]
        },
        "description": "Apaga um plano de contas (DELETE /api/v3/financial/account-plans/{accountPlanId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"accountPlanId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_financial_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/financial/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "financial",
            "group"
          ]
        },
        "description": "Apaga um grupo financeiro (DELETE /api/v3/financial/groups/{groupId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"groupId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_financial_transaction",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/financial/transaction",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "financial",
            "transaction"
          ]
        },
        "description": "Apaga uma transação financeira (DELETE /api/v3/financial/transactions/{transactionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transactionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_financial_transactions_files",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/financial/transactions/files",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "financial",
            "transactions",
            "files"
          ]
        },
        "description": "Apaga um anexo (DELETE /api/v3/financial/transactions/{transactionId}/files/{fileId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transactionId\": \"\",\n  \"fileId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_icon",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/icon",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "icon"
          ]
        },
        "description": "Apaga um ícone (DELETE /api/v3/icons/{iconId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"iconId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_integration_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/integration/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "integration",
            "by",
            "id"
          ]
        },
        "description": "Apaga uma integração (DELETE /api/v3/integrations/{integrationId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"integrationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_integrations_tray_products_export",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/integrations/tray/products/export",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "integrations",
            "tray",
            "products",
            "export"
          ]
        },
        "description": "Apagar exportação de produtos (DELETE /api/v3/integrations/tray/export-products). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_integrations_tray_products_import",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/integrations/tray/products/import",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "integrations",
            "tray",
            "products",
            "import"
          ]
        },
        "description": "Apagar importação de produtos (DELETE /api/v3/integrations/tray/import-products). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_kds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/kds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "kds"
          ]
        },
        "description": "Apaga um KDS (DELETE /api/v3/kds/{kdsId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"kdsId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_labels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/labels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "labels"
          ]
        },
        "description": "Apaga uma etiqueta (DELETE /api/v3/labels/{labelId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"labelId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_payments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/payments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "payments"
          ]
        },
        "description": "Apaga método de pagamento (DELETE /api/v3/payments/{paymentId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"paymentId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_peripheral_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/peripheral/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "peripheral",
            "product"
          ]
        },
        "description": "Desassociar um produto de um periférico (DELETE /api/v3/peripherals/{peripheralId}/products/{productId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"peripheralId\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_peripherals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/peripherals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "peripherals"
          ]
        },
        "description": "Apaga um periférico (DELETE /api/v3/peripherals/{peripheralId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"peripheralId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_price_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/price/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "price",
            "list"
          ]
        },
        "description": "Apaga uma lista de preço (DELETE /api/v3/price-lists/{priceListId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_product_apps_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/product/apps/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "product",
            "apps",
            "by",
            "id"
          ]
        },
        "description": "Apaga um aplicativo de um produto (DELETE /api/v3/products/{productId}/apps/{appId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_product_apps_shifts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/product/apps/shifts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "product",
            "apps",
            "shifts"
          ]
        },
        "description": "Apaga todos os horário de um produto no aplicativo (DELETE /api/v3/products/{productId}/apps/{appId}/shifts). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_product_grid",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/product/grid",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "product",
            "grid"
          ]
        },
        "description": "Remove uma grade de preços (DELETE /api/v3/products/{productId}/grids/{gridId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"gridId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "products"
          ]
        },
        "description": "Apaga um produto (DELETE /api/v3/products/{productId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_products_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/products/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "products",
            "attributes"
          ]
        },
        "description": "Apaga atributo (DELETE /api/v3/products/{productId}/attributes/{attributeId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"attributeId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_products_components",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/products/components",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "products",
            "components"
          ]
        },
        "description": "Apaga uma composição (DELETE /api/v3/products/{productId}/compositions/{componentId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"componentId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_products_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/products/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "products",
            "suppliers"
          ]
        },
        "description": "Apaga fornecedor (DELETE /api/v3/products/{productId}/suppliers/{productSupplierId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"productSupplierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "profile"
          ]
        },
        "description": "Apaga um perfil (DELETE /api/v3/profiles/{profileId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"profileId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_promotion_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/promotion/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "promotion",
            "id"
          ]
        },
        "description": "Apaga uma promoção (DELETE /api/v3/promotions/{promotionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"promotionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_purchase",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/purchase",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "purchase"
          ]
        },
        "description": "Apaga uma compra (DELETE /api/v3/purchases/{purchaseId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_purchase_file_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/purchase/file/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "purchase",
            "file",
            "by",
            "id"
          ]
        },
        "description": "Apaga um anexo (DELETE /api/v3/purchases/{purchaseId}/files/{fileId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"fileId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_purchase_invoice_a_single_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/purchase/invoice/a/single/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "purchase",
            "invoice",
            "a",
            "single",
            "item"
          ]
        },
        "description": "Apaga um item do XML (DELETE /api/v3/purchase-invoices/{purchaseInvoiceId}/items/{purchaseInvoiceItemId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"purchaseInvoiceItemId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_purchase_invoices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/purchase/invoices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "purchase",
            "invoices"
          ]
        },
        "description": "Apaga XML (DELETE /api/v3/purchase-invoices/{purchaseInvoiceId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_reconciliation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/reconciliation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "reconciliation"
          ]
        },
        "description": "Apaga uma conciliação bancária (DELETE /api/v3/reconciliations/{reconciliationId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_reconciliation_transaction",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/reconciliation/transaction",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "reconciliation",
            "transaction"
          ]
        },
        "description": "Apaga uma transação de uma conciliação bancária (DELETE /api/v3/reconciliations/{reconciliationId}/transactions/{transactionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"transactionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_sale_orders_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/sale/orders/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "sale",
            "orders",
            "id"
          ]
        },
        "description": "Apaga um pedido de venda (DELETE /api/v3/sale-orders/{saleOrderId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_sales_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/sales/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "sales",
            "id"
          ]
        },
        "description": "Cancela uma venda (DELETE /api/v3/sales/{saleId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_settings_districts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/settings/districts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "settings",
            "districts"
          ]
        },
        "description": "Apaga um bairro customizado (DELETE /api/v3/settings/districts/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_sources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/sources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "sources"
          ]
        },
        "description": "Apaga canal de venda (DELETE /api/v3/sources/{sourceId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"sourceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_standard_observations_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/standard/observations/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "standard",
            "observations",
            "id"
          ]
        },
        "description": "Deleta uma observação padrão (DELETE /api/v3/standard-observations/{standardObservationId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"standardObservationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_stock_inventory",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/stock/inventory",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "stock",
            "inventory"
          ]
        },
        "description": "Apaga um inventário (DELETE /api/v3/stocks/{stockId}/inventories/{inventoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_stock_movement_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/stock/movement/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "stock",
            "movement",
            "categories"
          ]
        },
        "description": "Apaga uma categoria de movimentação de estoque (DELETE /api/v3/stocks/movements/categories/{stockMovementCategoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockMovementCategoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_stock_product_movement",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/stock/product/movement",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "stock",
            "product",
            "movement"
          ]
        },
        "description": "Apaga uma movimentação de um produto (PATCH /api/v3/stocks/{stockId}/products/{productId}/movements/{stockMovementId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"productId\": \"\",\n  \"stockMovementId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_stock_transfers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/stock/transfers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "stock",
            "transfers"
          ]
        },
        "description": "Apaga uma transferência entre estoques (DELETE /api/v3/stock-transfers/{transferId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transferId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_stocks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/stocks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "stocks"
          ]
        },
        "description": "Apaga um estoque (DELETE /api/v3/stocks/{stockId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_store_customer_oauth_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/store/customer/oauth/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "store",
            "customer",
            "oauth",
            "token"
          ]
        },
        "description": "Revogar Access Token (DELETE /api/v1/store/oauth/token). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_stores_customers_address_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/stores/customers/address/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "stores",
            "customers",
            "address",
            "id"
          ]
        },
        "description": "Apaga um endereço do cliente na loja (DELETE /api/v1/store/accounts/addresses/{addressId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"addressId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "suppliers"
          ]
        },
        "description": "Apaga um fornecedor (DELETE /api/v3/suppliers/{supplierId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"supplierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_table",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/table",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "table"
          ]
        },
        "description": "Apaga uma mesa (DELETE /api/v3/tables/{tableId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"tableId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_tax_settings_additional_info_nfe_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tax/settings/additional/info/nfe/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tax",
            "settings",
            "additional",
            "info",
            "nfe",
            "id"
          ]
        },
        "description": "Apaga uma informação adicional da NF-e (DELETE /api/v3/tax-settings/nfe-additional-infos/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_tax_settings_icms_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tax/settings/icms/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tax",
            "settings",
            "icms",
            "id"
          ]
        },
        "description": "Apaga um grupo de ICMS (DELETE /api/v3/tax-settings/icms/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_tax_settings_invoice_series_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tax/settings/invoice/series/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tax",
            "settings",
            "invoice",
            "series",
            "id"
          ]
        },
        "description": "Apaga uma série de nota fiscal (DELETE /api/v3/tax-settings/invoice-series/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_tax_settings_ipi_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tax/settings/ipi/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tax",
            "settings",
            "ipi",
            "id"
          ]
        },
        "description": "Apaga um grupo de IPI (DELETE /api/v3/tax-settings/ipi/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_tax_settings_issqns_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tax/settings/issqns/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tax",
            "settings",
            "issqns",
            "id"
          ]
        },
        "description": "Apaga um grupo de ISSQN (DELETE /api/v3/tax-settings/issqns/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_tax_settings_nature_operations_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tax/settings/nature/operations/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tax",
            "settings",
            "nature",
            "operations",
            "id"
          ]
        },
        "description": "Apaga uma natureza de operação (DELETE /api/v3/tax-settings/nature-operations/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_tax_settings_pis_cofins_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tax/settings/pis/cofins/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tax",
            "settings",
            "pis",
            "cofins",
            "id"
          ]
        },
        "description": "Apaga um grupo de PIS/COFINS (DELETE /api/v3/tax-settings/pis-cofins/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_units",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/units",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "units"
          ]
        },
        "description": "Apaga uma unidade de medida (DELETE /api/v3/units/{unitId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"unitId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_delete_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user"
          ]
        },
        "description": "Apaga um usuário (DELETE /api/v3/users/{userId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"userId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_dre_resumo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/dre/resumo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "dre",
            "resumo"
          ]
        },
        "description": "Resumo financeiro do período (DRE já calculado): receita_total, cmv, despesas_total, resultado, margem_pct, lista de grupos e as maiores_despesas. Responde 'qual minha margem de lucro', 'qual o CMV', ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"date_start\": \"\",\n  \"date_end\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_finish_production_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/finish/production/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "finish",
            "production",
            "order"
          ]
        },
        "description": "Finaliza uma ordem de produção (POST /api/v3/production-orders/{productionOrderId}/finish). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productionOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_app_payment_methods",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/app/payment/methods",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "app",
            "payment",
            "methods"
          ]
        },
        "description": "Lista métodos de pagamento (GET /api/v3/apps/{appId}/payment-methods).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_app_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/app/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "app",
            "products"
          ]
        },
        "description": "Lista os produtos (GET /api/v3/apps/{appId}/items).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_app_products_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/app/products/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "app",
            "products",
            "categories"
          ]
        },
        "description": "Lista as categorias de produto (GET /api/v3/apps/{appId}/categories).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "apps"
          ]
        },
        "description": "Lista de aplicativos (GET /api/v3/apps).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_apps_credentials",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/apps/credentials",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "apps",
            "credentials"
          ]
        },
        "description": "Obtém credenciais do aplicativo (GET /api/v3/apps/{appId}/credentials).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_apps_grouped_by_source",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/apps/grouped/by/source",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "apps",
            "grouped",
            "by",
            "source"
          ]
        },
        "description": "Lista de aplicativos por canal de venda (GET /api/v3/apps/grouped-by-source).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_apps_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/apps/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "apps",
            "id"
          ]
        },
        "description": "Obtém um aplicativo (GET /api/v3/apps/{appId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_apps_item_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/apps/item/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "apps",
            "item",
            "grids"
          ]
        },
        "description": "Lista as grades de preço de um produto (GET /api/v3/apps/{appId}/items/{productId}/grids).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_apps_item_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/apps/item/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "apps",
            "item",
            "options"
          ]
        },
        "description": "Lista as opções de um produto (GET /api/v3/apps/{appId}/items/{productId}/options).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "attributes"
          ]
        },
        "description": "Lista de atributos (GET /api/v3/attributes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_attributes_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/attributes/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "attributes",
            "id"
          ]
        },
        "description": "Obtém um atributo (GET /api/v3/attributes/{attributeId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_attributes_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/attributes/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "attributes",
            "options"
          ]
        },
        "description": "Lista opções (GET /api/v3/attributes/{attributeId}/options).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_bank_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bank/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bank",
            "account"
          ]
        },
        "description": "Obtém uma conta bancária (GET /api/v3/bank-accounts/{bankAccountId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"bankAccountId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_bank_account_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bank/account/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bank",
            "account",
            "history"
          ]
        },
        "description": "Obtém o histórico de uma conta bancária (GET /api/v3/bank-accounts/{bankAccountId}/history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"bankAccountId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_bank_account_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bank/account/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bank",
            "account",
            "transactions"
          ]
        },
        "description": "Obtém as movimentações de uma conta bancária (GET /api/v3/bank-accounts/{bankAccountId}/transactions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"bankAccountId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_bank_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bank/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bank",
            "accounts"
          ]
        },
        "description": "Lista de contas bancárias (GET /api/v3/bank-accounts).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_banks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/banks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "banks"
          ]
        },
        "description": "Lista de bancos (GET /api/v3/banks).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_barcodes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/barcodes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "barcodes"
          ]
        },
        "description": "Gera códigos de barras (GET /api/v3/products/barcodes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_bulk_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bulk/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bulk",
            "by",
            "id"
          ]
        },
        "description": "Obtém os dados de um lote da empresa (GET /api/v3/bulks/{bulkId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"bulkId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_bulk_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bulk/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bulk",
            "status"
          ]
        },
        "description": "Obtém o status do lote (GET /api/v3/bulks/{kind}/status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"kind\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_bulks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/bulks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "bulks"
          ]
        },
        "description": "Lista os lotes da empresa (GET /api/v3/bulks).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cards_brands",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cards/brands",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cards",
            "brands"
          ]
        },
        "description": "Lista de bandeiras de cartões (GET /api/v3/cards/brands).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cards_contracts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cards/contracts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cards",
            "contracts"
          ]
        },
        "description": "Lista de contratos de cartão (GET /api/v3/cards/contracts).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cards_providers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cards/providers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cards",
            "providers"
          ]
        },
        "description": "Lista de provedores de cartão (GET /api/v3/cards/providers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_carrier",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/carrier",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "carrier"
          ]
        },
        "description": "Obtém uma transportadora (GET /api/v3/carriers/{carrierId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"carrierId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_carriers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/carriers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "carriers"
          ]
        },
        "description": "Lista de transportadoras (GET /api/v3/carriers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cash_register",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cash/register",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cash",
            "register"
          ]
        },
        "description": "Obter caixa registradora (GET /api/v3/cash-registers/{cashRegisterId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"cashRegisterId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "categories"
          ]
        },
        "description": "Lista de categorias (GET /api/v3/categories).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_categories_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/categories/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "categories",
            "id"
          ]
        },
        "description": "Obtém uma categoria (GET /api/v3/categories/{categoryId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"categoryId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cest"
          ]
        },
        "description": "Lista de CEST (GET /api/v3/products/cest).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cfop",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cfop",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cfop"
          ]
        },
        "description": "Lista de CFOP (GET /api/v3/products/cfop).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_check_store_customer_legal_terms_accepted",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/check/store/customer/legal/terms/accepted",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "check",
            "store",
            "customer",
            "legal",
            "terms",
            "accepted"
          ]
        },
        "description": "Verifica quais os termos legais que foram ou não aceitos (GET /api/v1/store/accounts/legal-terms).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cities"
          ]
        },
        "description": "Lista de cidades (GET /api/v3/cities).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cnaes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cnaes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cnaes"
          ]
        },
        "description": "Lista de CNAEs (GET /api/v3/cnaes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_command_series",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/command/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "command",
            "series"
          ]
        },
        "description": "Lista de séries de comanda (GET /api/v3/command-series).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_command_series_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/command/series/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "command",
            "series",
            "by",
            "id"
          ]
        },
        "description": "Obtém uma série de comanda (GET /api/v3/command-series/{commandSeriesId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"commandSeriesId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "companies"
          ]
        },
        "description": "Lista de empresas (GET /api/v3/companies).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_companies_billing",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/companies/billing",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "companies",
            "billing"
          ]
        },
        "description": "Obtém dados de cobrança da empresa (GET /api/v3/companies/{companyId}/billing).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_companies_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/companies/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "companies",
            "id"
          ]
        },
        "description": "Obtém uma empresa (GET /api/v3/companies/{companyId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_companies_use_definitions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/companies/use/definitions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "companies",
            "use",
            "definitions"
          ]
        },
        "description": "Obtém definições de uso da empresa (GET /api/v3/companies/{companyId}/use-definitions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cost_centers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cost/centers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cost",
            "centers"
          ]
        },
        "description": "Lista dos centros de custos (GET /api/v3/cost-centers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_cost_centers_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cost/centers/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cost",
            "centers",
            "id"
          ]
        },
        "description": "Obtém um centro de custo (GET /api/v3/cost-centers/{costCenterId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"costCenterId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customer_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customer/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customer",
            "categories"
          ]
        },
        "description": "Lista de categorias de clientes (GET /api/v3/customer-categories).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customer_category_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customer/category/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customer",
            "category",
            "id"
          ]
        },
        "description": "Obtém uma categoria de cliente (GET /api/v3/customer-categories/{customerCategoryId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerCategoryId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customers"
          ]
        },
        "description": "Lista de clientes (GET /api/v3/customers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customers_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customers/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customers",
            "id"
          ]
        },
        "description": "Obtém um cliente (GET /api/v3/customers/{customerId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customers_id_addresses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customers/id/addresses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customers",
            "id",
            "addresses"
          ]
        },
        "description": "Lista os endereços do cliente (GET /api/v3/customers/{customerId}/addresses).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customers_id_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customers/id/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customers",
            "id",
            "documents"
          ]
        },
        "description": "Lista os documentos do cliente (GET /api/v3/customers/{customerId}/documents).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customization",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customization",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customization"
          ]
        },
        "description": "Obtém uma customização (GET /api/v3/customizations/{customizationId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customizationId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_customizations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customizations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customizations"
          ]
        },
        "description": "Lista de customizações (GET /api/v3/customizations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_delivery_area_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/delivery/area/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "delivery",
            "area",
            "id"
          ]
        },
        "description": "Obtém uma área de entrega (GET /api/v3/delivery-areas/{deliveryAreaId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"deliveryAreaId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_delivery_areas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/delivery/areas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "delivery",
            "areas"
          ]
        },
        "description": "Lista de áreas de entrega (GET /api/v3/delivery-areas).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_download_pdf_stock_transfers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/download/pdf/stock/transfers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "download",
            "pdf",
            "stock",
            "transfers"
          ]
        },
        "description": "Download PDF da transferência de estoque (GET /api/v3/stock-transfers/{transferId}/download-pdf).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transferId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_download_reconciliation_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/download/reconciliation/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "download",
            "reconciliation",
            "file"
          ]
        },
        "description": "Download do arquivo de uma conciliação bancária (GET /api/v3/reconciliations/{reconciliationId}/download).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_drawer_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/drawer/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "drawer",
            "list"
          ]
        },
        "description": "Listar fechamentos de caixa (GET /api/v3/pos/drawer-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_drawer_list_sales",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/drawer/list/sales",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "drawer",
            "list",
            "sales"
          ]
        },
        "description": "Listar vendas de um fechamento de caixa (GET /api/v3/pos/drawer-list/{drawerListId}/sales).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"drawerListId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_dre",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dre",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dre"
          ]
        },
        "description": "DRE (Demonstrativo de Resultado): receitas e despesas por conta contábil no período. query: {\"date_start\":\"AAAA-MM-DD\",\"date_end\":\"AAAA-MM-DD\"} (máx 60 dias; sem datas = mês atual). Use para margem de",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_dre_excel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dre/excel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dre",
            "excel"
          ]
        },
        "description": "Exportar DRE em Excel (GET /api/v3/dre/excel).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_dre_pdf",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dre/pdf",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dre",
            "pdf"
          ]
        },
        "description": "Exportar DRE em PDF (GET /api/v3/dre/pdf).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_emitted_documents_schedules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/emitted/documents/schedules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "emitted",
            "documents",
            "schedules"
          ]
        },
        "description": "Lista os envios automáticos (GET /api/v3/nfes/emitted-documents/schedules).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_export_inventory_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/export/inventory/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "export",
            "inventory",
            "products"
          ]
        },
        "description": "Exporta planilha de produtos para inventário (GET /api/v3/products/export-inventory).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_export_price_list_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/export/price/list/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "export",
            "price",
            "list",
            "products"
          ]
        },
        "description": "Obtém uma lista produtos em CSV (GET /api/v3/price-lists/{priceListId}/items/export).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_files_download",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/files/download",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "files",
            "download"
          ]
        },
        "description": "Download de Arquivo (GET /api/v3/files/{hash}/download).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"hash\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "filters"
          ]
        },
        "description": "Lista de filtros (GET /api/v3/filters).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_filters_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/filters/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "filters",
            "id"
          ]
        },
        "description": "Obtém um filtro (GET /api/v3/filters/{filterId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"filterId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_financial_account_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/financial/account/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "financial",
            "account",
            "plans"
          ]
        },
        "description": "Lista de plano de contas (GET /api/v3/financial/account-plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_financial_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/financial/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "financial",
            "groups"
          ]
        },
        "description": "Lista de grupos financeiros (GET /api/v3/financial/groups).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_financial_transaction",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/financial/transaction",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "financial",
            "transaction"
          ]
        },
        "description": "Obtém uma transação financeira (GET /api/v3/financial/transactions/{transactionId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transactionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_financial_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/financial/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "financial",
            "transactions"
          ]
        },
        "description": "Lista de lançamentos financeiros (entradas/saídas). Útil para detalhar despesas. query aceita filtros do módulo financeiro (ex.: {\"type\":\"expense\"}) + paginação {\"page\":1}. (GET /api/v3/financial/tran",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_financial_transactions_grouping",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/financial/transactions/grouping",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "financial",
            "transactions",
            "grouping"
          ]
        },
        "description": "Transações financeiras de um agrupamento (GET /api/v3/financial/transactions/{transactionId}/groupings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transactionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_icon_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/icon/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "icon",
            "by",
            "id"
          ]
        },
        "description": "Obtém um ícone (GET /api/v3/icons/{iconId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"iconId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_icons",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/icons",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "icons"
          ]
        },
        "description": "Lista de ícones (GET /api/v3/icons).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_integration_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/integration/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "integration",
            "by",
            "id"
          ]
        },
        "description": "Obtém uma integração (GET /api/v3/integrations/{integrationId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"integrationId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_integrations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/integrations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "integrations"
          ]
        },
        "description": "Lista de integrações (GET /api/v3/integrations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_integrations_tray_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/integrations/tray/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "integrations",
            "tray",
            "products"
          ]
        },
        "description": "Lista produtos da integração Tray (GET /api/v3/integrations/tray/products).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_integrations_tray_products_export_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/integrations/tray/products/export/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "integrations",
            "tray",
            "products",
            "export",
            "status"
          ]
        },
        "description": "Verifica situação da exportação (GET /api/v3/integrations/tray/export-products/status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_integrations_tray_products_import_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/integrations/tray/products/import/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "integrations",
            "tray",
            "products",
            "import",
            "status"
          ]
        },
        "description": "Verifica situação da importação (GET /api/v3/integrations/tray/import-products/status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_kds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/kds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "kds"
          ]
        },
        "description": "Lista os KDS (GET /api/v3/kds).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_kds_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/kds/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "kds",
            "by",
            "id"
          ]
        },
        "description": "Obtém um KDS (GET /api/v3/kds/{kdsId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"kdsId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_label_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/label/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "label",
            "by",
            "id"
          ]
        },
        "description": "Visualiza uma etiqueta (GET /api/v3/labels/{labelId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"labelId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_labels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/labels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "labels"
          ]
        },
        "description": "Lista de etiquetas (GET /api/v3/labels).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_legal_terms",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/legal/terms",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "legal",
            "terms"
          ]
        },
        "description": "Lista de termos legais padrão do sistema (GET /api/v3/legal-terms).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_legal_terms_by_app",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/legal/terms/by/app",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "legal",
            "terms",
            "by",
            "app"
          ]
        },
        "description": "Lista de termos legais de um aplicativo (GET /api/v3/legal-terms/apps/{appId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_me_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/me/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "me",
            "permissions"
          ]
        },
        "description": "Obtém as permissões do usuário autenticado (GET /api/v3/users/me/permissions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_ncm",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ncm",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ncm"
          ]
        },
        "description": "Lista de NCM (GET /api/v3/products/ncm).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_nfe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/nfe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "nfe"
          ]
        },
        "description": "Obtém estatísticas da importação (GET /api/v3/nfes/received-documents/statistics).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_nfe_emitted_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/nfe/emitted/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "nfe",
            "emitted",
            "documents"
          ]
        },
        "description": "Lista documentos fiscais eletrônicos emitidos (GET /api/v3/nfes/emitted-documents).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_nfe_emitted_documents_sending_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/nfe/emitted/documents/sending/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "nfe",
            "emitted",
            "documents",
            "sending",
            "history"
          ]
        },
        "description": "Lista histórico de envios de NFe por e-mail (GET /api/v3/nfes/emitted-documents/sending-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_nfe_received_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/nfe/received/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "nfe",
            "received",
            "documents"
          ]
        },
        "description": "Lista os documentos fiscais eletrônicos recebidos (GET /api/v3/nfes/received-documents).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_nfe_received_documents_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/nfe/received/documents/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "nfe",
            "received",
            "documents",
            "events"
          ]
        },
        "description": "Lista os eventos de um documento fiscal eletrônico recebido (GET /api/v3/nfes/received-documents/{nfeInId}/events).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"nfeInId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_oauth_scopes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/oauth/scopes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "oauth",
            "scopes"
          ]
        },
        "description": "Lista de escopos (GET /api/v3/oauth/scopes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_opening_hours",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/opening/hours",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "opening",
            "hours"
          ]
        },
        "description": "Lista de horários de funcionamento (GET /api/v3/opening-hours).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_origin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/origin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "origin"
          ]
        },
        "description": "Lista de ICMS de Origem (GET /api/v3/products/origin).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_password_panel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/password/panel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "password",
            "panel"
          ]
        },
        "description": "Lista as configurações do painel de senha (GET /api/v3/settings/password-panel).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_payments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/payments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "payments"
          ]
        },
        "description": "Lista de formas de pagamentos (GET /api/v3/payments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_payments_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/payments/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "payments",
            "id"
          ]
        },
        "description": "Obtém método de pagamento (GET /api/v3/payments/{paymentId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"paymentId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_pdv_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/pdv/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "pdv",
            "permissions"
          ]
        },
        "description": "Lista as permissões de PDV (GET /api/v3/pdv-permissions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_peripheral_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/peripheral/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "peripheral",
            "products"
          ]
        },
        "description": "Lista de produtos relacionados ao periférico (GET /api/v3/peripherals/{peripheralId}/products).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"peripheralId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_peripherals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/peripherals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "peripherals"
          ]
        },
        "description": "Lista de periféricos (GET /api/v3/peripherals).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_peripherals_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/peripherals/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "peripherals",
            "id"
          ]
        },
        "description": "Obtém um periférico (GET /api/v3/peripherals/{peripheralId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"peripheralId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_peripherals_manufacturers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/peripherals/manufacturers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "peripherals",
            "manufacturers"
          ]
        },
        "description": "Lista de fabricantes de periféricos (GET /api/v3/peripherals/manufacturers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "permissions"
          ]
        },
        "description": "Lista as permissões (GET /api/v3/permissions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_price_list_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/price/list/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "price",
            "list",
            "by",
            "id"
          ]
        },
        "description": "Obtém uma lista de preço (GET /api/v3/price-lists/{priceListId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_price_list_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/price/list/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "price",
            "list",
            "logs"
          ]
        },
        "description": "Histórico de modificações de uma lista de preço (GET /api/v3/price-lists/{priceListId}/logs).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_price_list_product_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/price/list/product/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "price",
            "list",
            "product",
            "grids"
          ]
        },
        "description": "Lista as grades de preço de um produto (GET /api/v3/price-lists/{priceListId}/items/{productId}/grids).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_price_list_product_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/price/list/product/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "price",
            "list",
            "product",
            "logs"
          ]
        },
        "description": "Obtém histórico de modificações do preço de um produto (GET /api/v3/price-lists/{priceListId}/items/{productId}/logs).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_price_list_product_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/price/list/product/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "price",
            "list",
            "product",
            "options"
          ]
        },
        "description": "Obtém as opções de um produto (GET /api/v3/price-lists/{priceListId}/items/{productId}/options).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_price_list_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/price/list/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "price",
            "list",
            "products"
          ]
        },
        "description": "Obtém a lista de produtos (GET /api/v3/price-lists/{priceListId}/items).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_price_lists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/price/lists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "price",
            "lists"
          ]
        },
        "description": "Lista de Listas de preços (GET /api/v3/price-lists).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "apps"
          ]
        },
        "description": "Lista os aplicativos (GET /api/v3/products/{productId}/apps).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_apps_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/apps/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "apps",
            "by",
            "id"
          ]
        },
        "description": "Obtém um aplicativo (GET /api/v3/products/{productId}/apps/{appId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"appId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_batches",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/batches",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "batches"
          ]
        },
        "description": "Obtém os lotes de entrada de um produto (GET /api/v3/stocks/{stockId}/products/{productId}/batches).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_composes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/composes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "composes"
          ]
        },
        "description": "Lista produtos que utilizam este componente (GET /api/v3/products/{productId}/composes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_compositions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/compositions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "compositions"
          ]
        },
        "description": "Lista as composições (GET /api/v3/products/{productId}/compositions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_consumption_coupons",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/consumption/coupons",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "consumption",
            "coupons"
          ]
        },
        "description": "Lista as configurações de fichas de consumo de produtos (GET /api/v3/products/consumption-coupons).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "grids"
          ]
        },
        "description": "Lista as grades de preço (GET /api/v3/products/{productId}/grids).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_product_tax_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/tax/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "tax",
            "settings"
          ]
        },
        "description": "Obtém informações tributárias de um produto (GET /api/v3/products/{productId}/tax-settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_production_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/production/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "production",
            "order"
          ]
        },
        "description": "Obtém uma ordem de produção (GET /api/v3/production-orders/{productionOrderId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productionOrderId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_production_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/production/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "production",
            "orders"
          ]
        },
        "description": "Lista de ordens de produção (GET /api/v3/production-orders).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products"
          ]
        },
        "description": "Lista de produtos (GET /api/v3/products).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "attributes"
          ]
        },
        "description": "Lista os atributos (GET /api/v3/products/{productId}/attributes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "id"
          ]
        },
        "description": "Obtém um produto (GET /api/v3/products/{productId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_id_cost_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/id/cost/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "id",
            "cost",
            "history"
          ]
        },
        "description": "Obtém custo de um produto (GET /api/v3/products/{productId}/cost-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_id_stocks_balance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/id/stocks/balance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "id",
            "stocks",
            "balance"
          ]
        },
        "description": "Obtém saldo em estoque (GET /api/v3/products/{productId}/balance).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_integrations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/integrations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "integrations"
          ]
        },
        "description": "Lista integrações de um produto (GET /api/v3/products/{productId}/integrations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "suppliers"
          ]
        },
        "description": "Lista fornecedores (GET /api/v3/products/{productId}/suppliers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_suppliers_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/suppliers/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "suppliers",
            "by",
            "id"
          ]
        },
        "description": "Obtém fornecedor (GET /api/v3/products/{productId}/suppliers/{productSupplierId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"productSupplierId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_products_tax_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products/tax/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products",
            "tax",
            "settings"
          ]
        },
        "description": "Lista informações tributárias dos produtos (GET /api/v3/products/tax-settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_profile_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/profile/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "profile",
            "id"
          ]
        },
        "description": "Obtém um perfil (GET /api/v3/profiles/{profileId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"profileId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_profile_id_pdv_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/profile/id/pdv/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "profile",
            "id",
            "pdv",
            "permissions"
          ]
        },
        "description": "Obtém as permissões de PDV do perfil (GET /api/v3/profiles/{profileId}/pdv-permissions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"profileId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_profile_id_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/profile/id/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "profile",
            "id",
            "permissions"
          ]
        },
        "description": "Obtém as permissões do perfil (GET /api/v3/profiles/{profileId}/permissions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"profileId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "profiles"
          ]
        },
        "description": "Lista os perfis (GET /api/v3/profiles).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_profiles_discount_limits",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/profiles/discount/limits",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "profiles",
            "discount",
            "limits"
          ]
        },
        "description": "Obtém os limites de desconto dos perfis (GET /api/v3/profiles/discount-limits).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_promotion_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/promotion/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "promotion",
            "id"
          ]
        },
        "description": "Obtém uma promoção (GET /api/v3/promotions/{promotionId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"promotionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_promotions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/promotions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "promotions"
          ]
        },
        "description": "Lista de Promoções (GET /api/v3/promotions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_promotions_id_vouchers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/promotions/id/vouchers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "promotions",
            "id",
            "vouchers"
          ]
        },
        "description": "Lista os vouchers de uma promoção (GET /api/v3/promotions/{promotionId}/vouchers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"promotionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_promotions_id_vouchers_export",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/promotions/id/vouchers/export",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "promotions",
            "id",
            "vouchers",
            "export"
          ]
        },
        "description": "Exporta os vouchers de uma promoção (GET /api/v3/promotions/{promotionId}/vouchers/export).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"promotionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchase_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchase/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchase",
            "by",
            "id"
          ]
        },
        "description": "Obtém uma compra (GET /api/v3/purchases/{purchaseId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchase_invoice_download_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchase/invoice/download/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchase",
            "invoice",
            "download",
            "file"
          ]
        },
        "description": "Download do XML da NF-e (GET /api/v3/purchase-invoices/{purchaseInvoiceId}/download).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchase_invoice_info_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchase/invoice/info/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchase",
            "invoice",
            "info",
            "by",
            "id"
          ]
        },
        "description": "Obtém informações sobre o XML (GET /api/v3/purchase-invoices/{purchaseInvoiceId}/info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchase_invoice_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchase/invoice/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchase",
            "invoice",
            "items"
          ]
        },
        "description": "Lista os itens do XML (GET /api/v3/purchase-invoices/{purchaseInvoiceId}/items).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchase_invoices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchase/invoices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchase",
            "invoices"
          ]
        },
        "description": "Lista os XMLs de entrada (GET /api/v3/purchase-invoices).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchase_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchase/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchase",
            "items"
          ]
        },
        "description": "Lista os produtos de uma compra (GET /api/v3/purchases/{purchaseId}/items).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchase_print",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchase/print",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchase",
            "print"
          ]
        },
        "description": "Download PDF de uma compra (GET /api/v3/purchases/{purchaseId}/download-pdf).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_purchases",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/purchases",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "purchases"
          ]
        },
        "description": "Lista de compras (GET /api/v3/purchases).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_reconciliation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/reconciliation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "reconciliation"
          ]
        },
        "description": "Obtém uma conciliação bancária (GET /api/v3/reconciliations/{reconciliationId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_reconciliations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/reconciliations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "reconciliations"
          ]
        },
        "description": "Lista de conciliações bancárias (GET /api/v3/reconciliations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_reconciliations_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/reconciliations/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "reconciliations",
            "transactions"
          ]
        },
        "description": "Lista de transações de uma conciliação bancária (GET /api/v3/reconciliations/{reconciliationId}/transactions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_reconciliations_transactions_suggestions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/reconciliations/transactions/suggestions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "reconciliations",
            "transactions",
            "suggestions"
          ]
        },
        "description": "Lista de sugestões de transações de uma conciliação bancária (GET /api/v3/reconciliations/{reconciliationId}/transactions/{transactionId}/suggestions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"transactionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_report_sale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/report/sale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "report",
            "sale"
          ]
        },
        "description": "Obter relatório de vendas (GET /api/v3/reports/sales).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sale_download_pdf",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sale/download/pdf",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sale",
            "download",
            "pdf"
          ]
        },
        "description": "Download PDF de uma venda (GET /api/v3/sales/{saleId}/download-pdf).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sale_incomes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sale/incomes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sale",
            "incomes"
          ]
        },
        "description": "Lista recebimentos de uma venda (GET /api/v3/sales/{saleId}/incomes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sale_order_download_pdf",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sale/order/download/pdf",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sale",
            "order",
            "download",
            "pdf"
          ]
        },
        "description": "Download PDF de um pedido de venda (GET /api/v3/sale-orders/{saleOrderId}/download-pdf).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleOrderId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sale_order_print",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sale/order/print",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sale",
            "order",
            "print"
          ]
        },
        "description": "Imprimir um pedido de venda (GET /api/v3/sale-orders/{saleOrderId}/print).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleOrderId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sale_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sale/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sale",
            "orders"
          ]
        },
        "description": "Lista de pedidos de venda (GET /api/v3/sale-orders).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sale_orders_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sale/orders/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sale",
            "orders",
            "ids"
          ]
        },
        "description": "Obtém um pedido de venda (GET /api/v3/sale-orders/{saleOrderId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleOrderId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sale_print",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sale/print",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sale",
            "print"
          ]
        },
        "description": "Imprimir uma venda (GET /api/v3/sales/{saleId}/print).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sales",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sales",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sales"
          ]
        },
        "description": "Lista de vendas com os itens (produtos) de cada venda. query: filtros como {\"start_date_time\":\"AAAA-MM-DDThh:mm:ss-03:00\",\"end_date_time\":\"...\",\"status\":\"closed\",\"page\":1}. Para ranking de produtos ma",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sales_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sales/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sales",
            "id"
          ]
        },
        "description": "Obtém uma venda (GET /api/v3/sales/{saleId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_settings_districts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/settings/districts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "settings",
            "districts"
          ]
        },
        "description": "Lista os bairros de uma cidade (GET /api/v3/settings/districts).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_settings_erp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/settings/erp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "settings",
            "erp"
          ]
        },
        "description": "Lista as configurações do ERP (GET /api/v3/settings/erp).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_settings_terminal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/settings/terminal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "settings",
            "terminal"
          ]
        },
        "description": "Lista as configurações do terminal (GET /api/v3/settings/terminal).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_single_cards_contract",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/single/cards/contract",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "single",
            "cards",
            "contract"
          ]
        },
        "description": "Obtém um contrato de cartão (GET /api/v3/cards/contracts/{cardContractId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"cardContractId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_single_legal_term",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/single/legal/term",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "single",
            "legal",
            "term"
          ]
        },
        "description": "Obtém um termo legal (GET /api/v3/legal-terms/{legalTermId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"legalTermId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_single_stock_movement_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/single/stock/movement/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "single",
            "stock",
            "movement",
            "categories"
          ]
        },
        "description": "Obtém uma categoria de movimentação de estoque (GET /api/v3/stocks/movements/categories/{stockMovementCategoryId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockMovementCategoryId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_single_stocks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/single/stocks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "single",
            "stocks"
          ]
        },
        "description": "Obtém um estoque (GET /api/v3/stocks/{stockId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_single_store_legal_term",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/single/store/legal/term",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "single",
            "store",
            "legal",
            "term"
          ]
        },
        "description": "Obtém um termo legal da loja (GET /api/v1/store/legal-terms/{legalTermType}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"legalTermType\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_sourcces",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sourcces",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sourcces"
          ]
        },
        "description": "Lista de canais de vendas (GET /api/v3/sources).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_standard_observation_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/standard/observation/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "standard",
            "observation",
            "id"
          ]
        },
        "description": "Obtém uma observação padrão (GET /api/v3/standard-observations/{standardObservationId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"standardObservationId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_standard_observations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/standard/observations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "standard",
            "observations"
          ]
        },
        "description": "Lista as observações padrão (GET /api/v3/standard-observations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_states",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/states",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "states"
          ]
        },
        "description": "Lista de estados (GET /api/v3/states).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_statistics_aggregate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/aggregate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "aggregate"
          ]
        },
        "description": "Valor AGREGADO do período: faturamento total ou ticket médio. query: {\"data_source\":\"sale\",\"metric\":\"total_amount\"|\"ticket_avg\",\"begin_date\":\"AAAA-MM-DD\",\"until_date\":\"AAAA-MM-DD\"}. NÃO agrupa por pro",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_statistics_series",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/statistics/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "statistics",
            "series"
          ]
        },
        "description": "Série TEMPORAL de faturamento ou ticket médio (por dia/mês/ano). query: {\"data_source\":\"sale\",\"metric\":\"total_amount\",\"begin_date\":\"...\",\"until_date\":\"...\",\"group_type\":\"day\"|\"month\"|\"year\"}. Só agrup",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "status"
          ]
        },
        "description": "Lista de status (GET /api/v3/status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_status_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/status/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "status",
            "details"
          ]
        },
        "description": "Lista de detalhes do status (GET /api/v3/status/{statusId}/details).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"statusId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stock_inventories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stock/inventories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stock",
            "inventories"
          ]
        },
        "description": "Lista os inventários (GET /api/v3/stocks/{stockId}/inventories).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stock_inventory",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stock/inventory",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stock",
            "inventory"
          ]
        },
        "description": "Obtém um inventário (GET /api/v3/stocks/{stockId}/inventories/{inventoryId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stock_inventory_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stock/inventory/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stock",
            "inventory",
            "items"
          ]
        },
        "description": "Lista os itens de um inventário (GET /api/v3/stocks/{stockId}/inventories/{inventoryId}/items).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stock_movement_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stock/movement/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stock",
            "movement",
            "categories"
          ]
        },
        "description": "Lista de categorias de movimentação de estoque (GET /api/v3/stocks/movements/categories).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stock_reset_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stock/reset/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stock",
            "reset",
            "status"
          ]
        },
        "description": "Obtém situação da remoção de movimentações (GET /api/v3/stocks/{stockId}/reset-status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stock_transfers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stock/transfers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stock",
            "transfers"
          ]
        },
        "description": "Lista transferências entre estoques (GET /api/v3/stock-transfers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stocks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stocks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stocks"
          ]
        },
        "description": "Lista de estoques (GET /api/v3/stocks).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stocks_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stocks/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stocks",
            "products"
          ]
        },
        "description": "Lista os produtos de um estoque (GET /api/v3/stocks/{stockId}/products).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stocks_products_balance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stocks/products/balance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stocks",
            "products",
            "balance"
          ]
        },
        "description": "Obtém o balanço do produto no estoque (GET /api/v3/stocks/{stockId}/products/{productId}/balance).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stocks_products_movements",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stocks/products/movements",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stocks",
            "products",
            "movements"
          ]
        },
        "description": "Lista as movimentações de um produto (GET /api/v3/stocks/{stockId}/products/{productId}/movements).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"productId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stocks_stock_movement_composition_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stocks/stock/movement/composition/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stocks",
            "stock",
            "movement",
            "composition",
            "detail"
          ]
        },
        "description": "Obtém detalhes de uma movimentação (GET /api/v3/stocks/{stockId}/movements/{stockMovementId}/composition).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"stockMovementId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_store",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/store",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "store"
          ]
        },
        "description": "Informações da Loja (GET /api/v1/store).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_store_customer_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/store/customer/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "store",
            "customer",
            "account"
          ]
        },
        "description": "Obtém informações da conta do cliente logado (GET /api/v1/store/accounts).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_store_customer_oauth_scopes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/store/customer/oauth/scopes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "store",
            "customer",
            "oauth",
            "scopes"
          ]
        },
        "description": "Lista de escopos (GET /api/v1/store/oauth/scopes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_store_legal_terms",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/store/legal/terms",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "store",
            "legal",
            "terms"
          ]
        },
        "description": "Lista de termos legais da loja (GET /api/v1/store/legal-terms).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_store_opening_hours",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/store/opening/hours",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "store",
            "opening",
            "hours"
          ]
        },
        "description": "Horário de funcionamento (GET /api/v1/store/opening-hours).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_store_payments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/store/payments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "store",
            "payments"
          ]
        },
        "description": "Métodos de pagamentos (GET /api/v1/store/payments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stores_customers_address_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stores/customers/address/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stores",
            "customers",
            "address",
            "ids"
          ]
        },
        "description": "Obter um endereço de do cliente na loja (GET /api/v1/store/accounts/addresses/{addressId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"addressId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stores_customers_addresses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stores/customers/addresses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stores",
            "customers",
            "addresses"
          ]
        },
        "description": "Lista de endereços do cliente na loja (GET /api/v1/store/accounts/addresses).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stores_customers_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stores/customers/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stores",
            "customers",
            "orders"
          ]
        },
        "description": "Lista de pedidos de venda do cliente na loja (GET /api/v1/store/orders).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_stores_customers_orders_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stores/customers/orders/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stores",
            "customers",
            "orders",
            "ids"
          ]
        },
        "description": "Obter um pedido de venda de um cliente na loja (GET /api/v1/store/orders/{orderUuid}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"orderUuid\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_supplier",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/supplier",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "supplier"
          ]
        },
        "description": "Obtém um fornecedor (GET /api/v3/suppliers/{supplierId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"supplierId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "suppliers"
          ]
        },
        "description": "Lista de fornecedores (GET /api/v3/suppliers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_table",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/table",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "table"
          ]
        },
        "description": "Obtém uma mesa (GET /api/v3/tables/{tableId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"tableId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tables"
          ]
        },
        "description": "Lista de mesas (GET /api/v3/tables).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_additional_info_nfe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/additional/info/nfe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "additional",
            "info",
            "nfe"
          ]
        },
        "description": "Lista informações adicionais da NF-e (GET /api/v3/tax-settings/nfe-additional-infos).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_additional_info_nfe_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/additional/info/nfe/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "additional",
            "info",
            "nfe",
            "id"
          ]
        },
        "description": "Obtém uma informação adicional da NF-e (GET /api/v3/tax-settings/nfe-additional-infos/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_defaults",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/defaults",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "defaults"
          ]
        },
        "description": "Obtém as configurações fiscais padrão (GET /api/v3/tax-settings/defaults).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_general_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/general/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "general",
            "settings"
          ]
        },
        "description": "Obtém as configurações gerais da NFe (GET /api/v3/tax-settings/general-settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_icms",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/icms",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "icms"
          ]
        },
        "description": "Lista os grupos de ICMS (GET /api/v3/tax-settings/icms).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_icms_exemptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/icms/exemptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "icms",
            "exemptions"
          ]
        },
        "description": "Lista motivos de desoneração (GET /api/v3/tax-settings/icms/exemptions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_icms_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/icms/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "icms",
            "id"
          ]
        },
        "description": "Obtém um grupo de ICMS (GET /api/v3/tax-settings/icms/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_icms_tributary_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/icms/tributary/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "icms",
            "tributary",
            "groups"
          ]
        },
        "description": "Lista os grupos tributários (GET /api/v3/tax-settings/icms/tributary-groups).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_invoice_series",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/invoice/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "invoice",
            "series"
          ]
        },
        "description": "Lista séries de notas fiscais (GET /api/v3/tax-settings/invoice-series).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_invoice_series_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/invoice/series/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "invoice",
            "series",
            "id"
          ]
        },
        "description": "Obtém uma série de nota fiscal (GET /api/v3/tax-settings/invoice-series/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_ipi",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/ipi",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "ipi"
          ]
        },
        "description": "Lista os grupos de IPI (GET /api/v3/tax-settings/ipi).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_ipi_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/ipi/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "ipi",
            "id"
          ]
        },
        "description": "Obtém um grupo de IPI (GET /api/v3/tax-settings/ipi/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_ipi_legal_classifications",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/ipi/legal/classifications",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "ipi",
            "legal",
            "classifications"
          ]
        },
        "description": "Lista as classificações legais de IPI (GET /api/v3/tax-settings/ipi/legal-classifications).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_ipi_tributary_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/ipi/tributary/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "ipi",
            "tributary",
            "groups"
          ]
        },
        "description": "Lista os grupos tributários de IPI (GET /api/v3/tax-settings/ipi/tributary-groups).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_issqns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/issqns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "issqns"
          ]
        },
        "description": "Lista os grupos de ISSQN (GET /api/v3/tax-settings/issqns).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_issqns_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/issqns/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "issqns",
            "id"
          ]
        },
        "description": "Obtém um grupo de ISSQN (GET /api/v3/tax-settings/issqns/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_nature_operations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/nature/operations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "nature",
            "operations"
          ]
        },
        "description": "Lista naturezas de operações (GET /api/v3/tax-settings/nature-operations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_nature_operations_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/nature/operations/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "nature",
            "operations",
            "id"
          ]
        },
        "description": "Obtém uma natureza de operação (GET /api/v3/tax-settings/nature-operations/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_pis_cofins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/pis/cofins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "pis",
            "cofins"
          ]
        },
        "description": "Lista os grupos de PIS/COFINS (GET /api/v3/tax-settings/pis-cofins).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_pis_cofins_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/pis/cofins/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "pis",
            "cofins",
            "id"
          ]
        },
        "description": "Obtém um grupo de PIS/COFINS (GET /api/v3/tax-settings/pis-cofins/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_pis_cofins_tributary_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/pis/cofins/tributary/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "pis",
            "cofins",
            "tributary",
            "groups"
          ]
        },
        "description": "Lista os grupos tributários de PIS/COFINS (GET /api/v3/tax-settings/pis-cofins/tributary-groups).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_tax_settings_type_invoice_pdv",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tax/settings/type/invoice/pdv",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tax",
            "settings",
            "type",
            "invoice",
            "pdv"
          ]
        },
        "description": "Obtém o tipo de nota emitida pelo PDV (GET /api/v3/tax-settings/type-invoice-pdv).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_totem_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/totem/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "totem",
            "settings"
          ]
        },
        "description": "Lista as configurações do Totem (GET /api/v3/settings/totem).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_types_of_business",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/types/of/business",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "types",
            "of",
            "business"
          ]
        },
        "description": "Lista os tipos de negócio (GET /api/v3/types-of-business).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_units",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/units",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "units"
          ]
        },
        "description": "Lista de unidades de medidas (GET /api/v3/units).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_units_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/units/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "units",
            "id"
          ]
        },
        "description": "Obtém uma unidade de medida (GET /api/v3/units/{unitId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"unitId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users"
          ]
        },
        "description": "Lista de usuários (GET /api/v3/users).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_users_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users",
            "id"
          ]
        },
        "description": "Obtém um usuário (GET /api/v3/users/{userId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"userId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_users_me",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users/me",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users",
            "me"
          ]
        },
        "description": "Obtém o usuário autenticado (GET /api/v3/users/me).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_users_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users",
            "sessions"
          ]
        },
        "description": "Obtém as sessões ativas dos usuários (GET /api/v3/users/sessions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_whitelabel_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/whitelabel/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "whitelabel",
            "settings"
          ]
        },
        "description": "Configurações do whitelabel (GET /api/v3/whitelabel/settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_get_zip_codes_single",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/zip/codes/single",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "zip",
            "codes",
            "single"
          ]
        },
        "description": "Obter informações de um CEP (GET /api/v3/zip-codes/{zipCode}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"zipCode\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_import_nfe_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/import/nfe/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "import",
            "nfe",
            "documents"
          ]
        },
        "description": "Importa documentos fiscais eletrônicos (POST /api/v3/nfes/received-documents/import). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "Lista as conexões (logins) CPlug vinculadas a este install — id, label.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_list_bulk_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/bulk/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "bulk",
            "items"
          ]
        },
        "description": "Lista todos os itens de todos os processos em massa (GET /api/v3/bulks/{bulkId}/items).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"bulkId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_list_cash_registers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/cash/registers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "cash",
            "registers"
          ]
        },
        "description": "Lista caixas registradoras (GET /api/v3/cash-registers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_open_pos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/open/pos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "open",
            "pos"
          ]
        },
        "description": "Abrir caixa (POST /api/v3/pos/{posId}/drawer-open). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"posId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_patch_apps_card_contract",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/apps/card/contract",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "apps",
            "card",
            "contract"
          ]
        },
        "description": "Vincular contrato de cartão (PATCH /api/v3/apps/{appId}/card-contracts/{cardContractId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"cardContractId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_patch_peripheral_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/peripheral/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "peripheral",
            "products"
          ]
        },
        "description": "Associa produtos a um periférico (PATCH /api/v3/peripherals/{peripheralId}/products). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"peripheralId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_patch_price_list_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/price/list/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "price",
            "list",
            "products"
          ]
        },
        "description": "Cria ou atualiza produtos (PATCH /api/v3/price-lists/{priceListId}/items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_patch_products_id_weight_scale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/products/id/weight/scale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "products",
            "id",
            "weight",
            "scale"
          ]
        },
        "description": "Atualiza tipo de balança e códigos de barras (PATCH /api/v3/products/{productId}/weight-scale). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_patch_settings_erp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/settings/erp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "settings",
            "erp"
          ]
        },
        "description": "Atualiza as configurações do ERP (PATCH /api/v3/settings/erp). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_patch_tax_settings_general_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/tax/settings/general/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "tax",
            "settings",
            "general",
            "settings"
          ]
        },
        "description": "Atualiza as configurações gerais da NFe (PATCH /api/v3/tax-settings/general-settings). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_app_payment_methods_sync",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/app/payment/methods/sync",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "app",
            "payment",
            "methods",
            "sync"
          ]
        },
        "description": "Sincroniza métodos de pagamento (PUT /api/v3/apps/{appId}/payment-methods/sync). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "apps"
          ]
        },
        "description": "Cria novo aplicativo (POST /api/v3/apps). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_apps_id_duplicate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/apps/id/duplicate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "apps",
            "id",
            "duplicate"
          ]
        },
        "description": "Duplicar aplicativo (POST /api/v3/apps/{appId}/duplicate). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_apps_id_revoke_license",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/apps/id/revoke/license",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "apps",
            "id",
            "revoke",
            "license"
          ]
        },
        "description": "Revogar licença (POST /api/v3/apps/{appId}/revoke-license). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_apps_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/apps/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "apps",
            "image"
          ]
        },
        "description": "Atualiza logo do aplicativo (POST /api/v3/apps/{appId}/image). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_apps_syncs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/apps/syncs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "apps",
            "syncs"
          ]
        },
        "description": "Enviar sincronização para aplicativos (POST /api/v3/apps/syncs). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_apps_tefs_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/apps/tefs/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "apps",
            "tefs",
            "action"
          ]
        },
        "description": "Gerenciar configurações da VPN (POST /api/v3/apps/{appId}/tefs/{action}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"action\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "attributes"
          ]
        },
        "description": "Cria novo atributo (POST /api/v3/attributes). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_attributes_duplicate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/attributes/duplicate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "attributes",
            "duplicate"
          ]
        },
        "description": "Duplica um atributo (POST /api/v3/attributes/{attributeId}/duplicate). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_attributes_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/attributes/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "attributes",
            "options"
          ]
        },
        "description": "Cria uma nova opção (POST /api/v3/attributes/{attributeId}/options). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_attributes_options_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/attributes/options/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "attributes",
            "options",
            "image"
          ]
        },
        "description": "Atualiza imagem da opção (POST /api/v3/attributes/{attributeId}/options/{optionId}/image). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"optionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_bank_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/bank/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "bank",
            "accounts"
          ]
        },
        "description": "Cria nova conta bancária (POST /api/v3/bank-accounts). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_bulk_finish",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/bulk/finish",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "bulk",
            "finish"
          ]
        },
        "description": "Finaliza um lote (POST /api/v3/bulks/finish). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_bulk_items_add",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/bulk/items/add",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "bulk",
            "items",
            "add"
          ]
        },
        "description": "Adiciona itens ao lote (POST /api/v3/bulks/items-add). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_bulk_items_add_by_filter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/bulk/items/add/by/filter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "bulk",
            "items",
            "add",
            "by",
            "filter"
          ]
        },
        "description": "Adiciona itens ao lote por filtro (POST /api/v3/bulks/items-add-by-filter). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_bulk_items_remove",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/bulk/items/remove",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "bulk",
            "items",
            "remove"
          ]
        },
        "description": "Remove itens do lote (POST /api/v3/bulks/items-remove). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_cards_contracts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/cards/contracts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "cards",
            "contracts"
          ]
        },
        "description": "Criar um novo contrato de cartão (POST /api/v3/cards/contracts). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_carriers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/carriers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "carriers"
          ]
        },
        "description": "Cria uma nova transportadora (POST /api/v3/carriers). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "categories"
          ]
        },
        "description": "Cria nova categoria (POST /api/v3/categories). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_command_series",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/command/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "command",
            "series"
          ]
        },
        "description": "Cria nova série de comanda (POST /api/v3/command-series). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "companies"
          ]
        },
        "description": "Cria uma nova empresa (POST /api/v3/companies). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_companies_get_api_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/companies/get/api/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "companies",
            "get",
            "api",
            "token"
          ]
        },
        "description": "Obtém token de API (POST /api/v3/companies/{companyId}/get-api-token). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_companies_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/companies/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "companies",
            "image"
          ]
        },
        "description": "Enviar logotipo da empresa (POST /api/v3/companies/{companyId}/image). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_companies_revoke_api_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/companies/revoke/api/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "companies",
            "revoke",
            "api",
            "token"
          ]
        },
        "description": "Revoga licença (POST /api/v3/companies/{companyId}/revoke-api-token). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_companies_upload_certificate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/companies/upload/certificate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "companies",
            "upload",
            "certificate"
          ]
        },
        "description": "Upload de certificado (POST /api/v3/companies/{companyId}/upload-certificate). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_cost_centers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/cost/centers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "cost",
            "centers"
          ]
        },
        "description": "Cria um centro de custo (POST /api/v3/cost-centers). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_customer_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/customer/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "customer",
            "category"
          ]
        },
        "description": "Cria uma nova categoria de cliente (POST /api/v3/customer-categories). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_customers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/customers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "customers"
          ]
        },
        "description": "Cria um novo cliente (POST /api/v3/customers). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_customers_id_addresses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/customers/id/addresses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "customers",
            "id",
            "addresses"
          ]
        },
        "description": "Cria ou atualiza endereços (POST /api/v3/customers/{customerId}/addresses). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_customers_id_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/customers/id/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "customers",
            "id",
            "documents"
          ]
        },
        "description": "Salva lista de documentos (POST /api/v3/customers/{customerId}/documents). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_customization_media",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/customization/media",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "customization",
            "media"
          ]
        },
        "description": "Adiciona uma mídia em uma customização (POST /api/v3/customizations/{customizationId}/media). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customizationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_customizations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/customizations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "customizations"
          ]
        },
        "description": "Cria uma nova customização (POST /api/v3/customizations). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_delivery_areas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/delivery/areas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "delivery",
            "areas"
          ]
        },
        "description": "Cria uma área de entrega (POST /api/v3/delivery-areas). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "filters"
          ]
        },
        "description": "Cria um filtro (POST /api/v3/filters). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_financial_account_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/financial/account/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "financial",
            "account",
            "plans"
          ]
        },
        "description": "Cria um plano de contas (POST /api/v3/financial/account-plans). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_financial_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/financial/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "financial",
            "accounts"
          ]
        },
        "description": "Cria um grupo financeiro (POST /api/v3/financial/groups). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_financial_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/financial/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "financial",
            "transactions"
          ]
        },
        "description": "Cria uma transação financeira (POST /api/v3/financial/transactions). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_financial_transactions_files",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/financial/transactions/files",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "financial",
            "transactions",
            "files"
          ]
        },
        "description": "Adiciona um anexo (POST /api/v3/financial/transactions/{transactionId}/files). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transactionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_integration_restore",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/integration/restore",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "integration",
            "restore"
          ]
        },
        "description": "Restaura uma integração (POST /api/v3/integrations/{integrationId}/restore). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"integrationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_integrations_tray_products_export",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/integrations/tray/products/export",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "integrations",
            "tray",
            "products",
            "export"
          ]
        },
        "description": "Exportar produtos da integração Tray (POST /api/v3/integrations/tray/export-products). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_integrations_tray_products_import",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/integrations/tray/products/import",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "integrations",
            "tray",
            "products",
            "import"
          ]
        },
        "description": "Importar produtos da integração Tray (POST /api/v3/integrations/tray/import-products). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_kds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/kds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "kds"
          ]
        },
        "description": "Cria um novo KDS (POST /api/v3/kds). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_labels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/labels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "labels"
          ]
        },
        "description": "Cria uma nova etiqueta (POST /api/v3/labels). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_labels_download",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/labels/download",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "labels",
            "download"
          ]
        },
        "description": "Gera PDF de etiquetas (POST /api/v3/labels/download). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_labels_print",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/labels/print",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "labels",
            "print"
          ]
        },
        "description": "Prepara etiquetas para impressão (POST /api/v3/labels/print). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_legacy_login",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/legacy/login",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "legacy",
            "login"
          ]
        },
        "description": "Login legado (POST /api/v3/legacy/login). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_nfe_emitted_documents_send_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/nfe/emitted/documents/send/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "nfe",
            "emitted",
            "documents",
            "send",
            "email"
          ]
        },
        "description": "Envia NFe emitidas por e-mail (POST /api/v3/nfes/emitted-documents/send-email). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_nfe_received_documents_manifest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/nfe/received/documents/manifest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "nfe",
            "received",
            "documents",
            "manifest"
          ]
        },
        "description": "Realiza a manifestação de um documento fiscal eletrônico recebido (POST /api/v3/nfes/received-documents/manifest). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_payments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/payments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "payments"
          ]
        },
        "description": "Cria novo método de pagamento (POST /api/v3/payments). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_peripheral_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/peripheral/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "peripheral",
            "product"
          ]
        },
        "description": "Associa um produto a um periférico (POST /api/v3/peripherals/{peripheralId}/products/{productId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"peripheralId\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_peripherals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/peripherals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "peripherals"
          ]
        },
        "description": "Cria um novo periférico (POST /api/v3/peripherals). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_price_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/price/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "price",
            "list"
          ]
        },
        "description": "Cria uma nova lista de preço (POST /api/v3/price-lists). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_price_list_duplicate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/price/list/duplicate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "price",
            "list",
            "duplicate"
          ]
        },
        "description": "Duplica uma lista de preços (POST /api/v3/price-lists/{priceListId}/duplicate). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_price_list_product_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/price/list/product/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "price",
            "list",
            "product",
            "grids"
          ]
        },
        "description": "Cria ou atualiza uma grade de preço de um produto (POST /api/v3/price-lists/{priceListId}/items/{productId}/grids). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_price_list_product_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/price/list/product/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "price",
            "list",
            "product",
            "options"
          ]
        },
        "description": "Cria ou atualiza uma opção de um produto (POST /api/v3/price-lists/{priceListId}/items/{productId}/options). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_price_list_products_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/price/list/products/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "price",
            "list",
            "products",
            "delete"
          ]
        },
        "description": "Apaga produtos em massa (POST /api/v3/price-lists/{priceListId}/items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_price_list_update_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/price/list/update/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "price",
            "list",
            "update",
            "order"
          ]
        },
        "description": "Atualiza a ordem das listas de preços (POST /api/v3/price-lists/update-order). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "products"
          ]
        },
        "description": "Cria novo produto (POST /api/v3/products). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_products_grids_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/products/grids/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "products",
            "grids",
            "image"
          ]
        },
        "description": "Atualiza imagem de uma grade de preço (POST /api/v3/products/{productId}/grids/{gridId}/image). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"gridId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_products_id_duplicate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/products/id/duplicate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "products",
            "id",
            "duplicate"
          ]
        },
        "description": "Duplica um produto (POST /api/v3/products/{productId}/duplicate). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_products_id_restore",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/products/id/restore",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "products",
            "id",
            "restore"
          ]
        },
        "description": "Restaura um produto (POST /api/v3/products/{productId}/restore). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_products_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/products/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "products",
            "image"
          ]
        },
        "description": "Atualiza imagem do produto (POST /api/v3/products/{productId}/image). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_products_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/products/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "products",
            "suppliers"
          ]
        },
        "description": "Adiciona fornecedor (POST /api/v3/products/{productId}/suppliers). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "profiles"
          ]
        },
        "description": "Cria um novo perfil (POST /api/v3/profiles). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_promotions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/promotions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "promotions"
          ]
        },
        "description": "Cria uma nova promoção (POST /api/v3/promotions). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_purchase",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/purchase",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "purchase"
          ]
        },
        "description": "Cria uma nova compra (POST /api/v3/purchases). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_purchase_files",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/purchase/files",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "purchase",
            "files"
          ]
        },
        "description": "Adiciona anexo a uma compra (POST /api/v3/purchases/{purchaseId}/files). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_purchase_invoices_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/purchase/invoices/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "purchase",
            "invoices",
            "file"
          ]
        },
        "description": "Upload de XML (POST /api/v3/purchase-invoices). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_purchase_mark_all_items_delivered",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/purchase/mark/all/items/delivered",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "purchase",
            "mark",
            "all",
            "items",
            "delivered"
          ]
        },
        "description": "Marca todos os itens da compra como entregues (POST /api/v3/purchases/{purchaseId}/mark-all-items-delivered). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_purchase_send_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/purchase/send/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "purchase",
            "send",
            "email"
          ]
        },
        "description": "Envia email de uma compra (POST /api/v3/purchases/{purchaseId}/send-email). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_reconciliations_import",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/reconciliations/import",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "reconciliations",
            "import"
          ]
        },
        "description": "Upload de um arquivo de conciliação bancária (POST /api/v3/reconciliations/import). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_reconciliations_reconcile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/reconciliations/reconcile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "reconciliations",
            "reconcile"
          ]
        },
        "description": "Concilia uma transação bancária (POST /api/v3/reconciliations/{reconciliationId}/transactions/reconcile). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_reconciliations_restore",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/reconciliations/restore",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "reconciliations",
            "restore"
          ]
        },
        "description": "Restaura uma transação bancária (POST /api/v3/reconciliations/{reconciliationId}/transactions/restore). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_reconciliations_unreconcile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/reconciliations/unreconcile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "reconciliations",
            "unreconcile"
          ]
        },
        "description": "Desconcilia uma transação bancária (POST /api/v3/reconciliations/{reconciliationId}/transactions/unreconcile). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"reconciliationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_register_stocks_movements",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/register/stocks/movements",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "register",
            "stocks",
            "movements"
          ]
        },
        "description": "Registra uma nova movimentação (POST /api/v3/stocks/{stockId}/movements). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_restore_carriers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/restore/carriers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "restore",
            "carriers"
          ]
        },
        "description": "Restaura uma transportadora (POST /api/v3/carriers/{carrierId}/restore). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"carrierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_restore_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/restore/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "restore",
            "suppliers"
          ]
        },
        "description": "Restaura um fornecedor (POST /api/v3/suppliers/{supplierId}/restore). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"supplierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_sale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/sale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "sale"
          ]
        },
        "description": "Cria uma nova venda (POST /api/v3/sales). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_sale_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/sale/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "sale",
            "orders"
          ]
        },
        "description": "Cria um novo pedido de venda (POST /api/v3/sale-orders). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_sale_orders_convert_to_sale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/sale/orders/convert/to/sale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "sale",
            "orders",
            "convert",
            "to",
            "sale"
          ]
        },
        "description": "Converte um pedido de venda em uma venda (POST /api/v3/sale-orders/convert-to-sale). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_sale_orders_send_receipt_by_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/sale/orders/send/receipt/by/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "sale",
            "orders",
            "send",
            "receipt",
            "by",
            "email"
          ]
        },
        "description": "Envia o recibo de pedido de venda por e-mail (POST /api/v3/sale-orders/{saleOrderId}/send-receipt-by-email). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_sales_send_receipt_by_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/sales/send/receipt/by/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "sales",
            "send",
            "receipt",
            "by",
            "email"
          ]
        },
        "description": "Envia o recibo de venda por e-mail (POST /api/v3/sales/{saleId}/send-receipt-by-email). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_settings_districts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/settings/districts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "settings",
            "districts"
          ]
        },
        "description": "Cria um bairro customizado (POST /api/v3/settings/districts). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_sources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/sources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "sources"
          ]
        },
        "description": "Cria novo canal de venda (POST /api/v3/sources). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_standard_observations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/standard/observations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "standard",
            "observations"
          ]
        },
        "description": "Cria nova observação padrão (POST /api/v3/standard-observations). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stock_movement_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stock/movement/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stock",
            "movement",
            "categories"
          ]
        },
        "description": "Cria nova categoria de movimentação de estoque (POST /api/v3/stocks/movements/categories). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stock_transfers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stock/transfers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stock",
            "transfers"
          ]
        },
        "description": "Cria uma nova transferência entre estoques (POST /api/v3/stock-transfers). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stocks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stocks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stocks"
          ]
        },
        "description": "Cria novo estoque (POST /api/v3/stocks). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stocks_inventories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stocks/inventories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stocks",
            "inventories"
          ]
        },
        "description": "Cria novo inventário (POST /api/v3/stocks/{stockId}/inventories). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stocks_inventories_finalize",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stocks/inventories/finalize",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stocks",
            "inventories",
            "finalize"
          ]
        },
        "description": "Finaliza um inventário (POST /api/v3/stocks/{stockId}/inventories/{inventoryId}/finalize). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stocks_inventories_import",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stocks/inventories/import",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stocks",
            "inventories",
            "import"
          ]
        },
        "description": "Importação de uma planilha de inventário (POST /api/v3/stocks/{stockId}/inventories/{inventoryId}/import). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stocks_inventories_upload",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stocks/inventories/upload",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stocks",
            "inventories",
            "upload"
          ]
        },
        "description": "Upload de uma planilha de inventário (POST /api/v3/stocks/{stockId}/inventories/{inventoryId}/upload). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_store_customer_account_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/store/customer/account/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "store",
            "customer",
            "account",
            "delete"
          ]
        },
        "description": "Apaga a conta do cliente na loja (POST /api/v1/store/accounts/delete). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_store_customer_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/store/customer/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "store",
            "customer",
            "create"
          ]
        },
        "description": "Cria uma nova conta do cliente na loja (POST /api/v1/store/signup). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_store_customer_oauth_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/store/customer/oauth/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "store",
            "customer",
            "oauth",
            "token"
          ]
        },
        "description": "Solicita Access Token (POST /api/v1/store/oauth/token). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_store_customer_request_password_reset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/store/customer/request/password/reset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "store",
            "customer",
            "request",
            "password",
            "reset"
          ]
        },
        "description": "Solicitação de recuperação de senha (POST /api/v1/store/accounts/password-reset). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_store_customer_request_password_reset_reset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/store/customer/request/password/reset/reset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "store",
            "customer",
            "request",
            "password",
            "reset",
            "reset"
          ]
        },
        "description": "Alteração da senha da conta (POST /api/v1/store/accounts/password-reset/reset). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_store_customer_social_login_callback",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/store/customer/social/login/callback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "store",
            "customer",
            "social",
            "login",
            "callback"
          ]
        },
        "description": "Social Signin (POST /api/v1/store/auth/{socialType}/callback). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"socialType\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_store_legal_term",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/store/legal/term",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "store",
            "legal",
            "term"
          ]
        },
        "description": "Cria novo termo legal (POST /api/v3/legal-terms). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stores_customers_addresses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stores/customers/addresses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stores",
            "customers",
            "addresses"
          ]
        },
        "description": "Cria/Atualiza os endereços de um cliente da Loja (PUT /api/v1/store/accounts/addresses). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_stores_customers_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/stores/customers/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "stores",
            "customers",
            "orders"
          ]
        },
        "description": "Cria um novo pedido de venda para um cliente de uma loja (POST /api/v1/store/orders). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "suppliers"
          ]
        },
        "description": "Cria um novo fornecedor (POST /api/v3/suppliers). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_table_id_restore",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/table/id/restore",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "table",
            "id",
            "restore"
          ]
        },
        "description": "Restaura uma mesa excluída (POST /api/v3/tables/{tableId}/restore). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"tableId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tables"
          ]
        },
        "description": "Cria uma nova mesa (POST /api/v3/tables). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tables_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tables/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tables",
            "batch"
          ]
        },
        "description": "Cria novas mesas em massa (POST /api/v3/tables/batch). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_additional_info_nfe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/additional/info/nfe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "additional",
            "info",
            "nfe"
          ]
        },
        "description": "Cria uma informação adicional da NF-e (POST /api/v3/tax-settings/nfe-additional-infos). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_icms",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/icms",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "icms"
          ]
        },
        "description": "Cria um grupo de ICMS (POST /api/v3/tax-settings/icms). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_icms_id_set_default",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/icms/id/set/default",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "icms",
            "id",
            "set",
            "default"
          ]
        },
        "description": "Define um grupo de ICMS como padrão (PUT /api/v3/tax-settings/icms/{id}/set-default). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_invoice_series",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/invoice/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "invoice",
            "series"
          ]
        },
        "description": "Cria uma série de nota fiscal (POST /api/v3/tax-settings/invoice-series). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_ipi",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/ipi",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "ipi"
          ]
        },
        "description": "Cria um grupo de IPI (POST /api/v3/tax-settings/ipi). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_ipi_id_set_default",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/ipi/id/set/default",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "ipi",
            "id",
            "set",
            "default"
          ]
        },
        "description": "Define um grupo de IPI como padrão (PUT /api/v3/tax-settings/ipi/{id}/set-default). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_issqns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/issqns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "issqns"
          ]
        },
        "description": "Cria um grupo de ISSQN (POST /api/v3/tax-settings/issqns). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_nature_operations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/nature/operations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "nature",
            "operations"
          ]
        },
        "description": "Cria uma natureza de operação (POST /api/v3/tax-settings/nature-operations). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_pis_cofins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/pis/cofins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "pis",
            "cofins"
          ]
        },
        "description": "Cria um grupo de PIS/COFINS (POST /api/v3/tax-settings/pis-cofins). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_tax_settings_pis_cofins_id_set_default",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/tax/settings/pis/cofins/id/set/default",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "tax",
            "settings",
            "pis",
            "cofins",
            "id",
            "set",
            "default"
          ]
        },
        "description": "Define um grupo de PIS/COFINS como padrão (PUT /api/v3/tax-settings/pis-cofins/{id}/set-default). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_units",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/units",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "units"
          ]
        },
        "description": "Cria nova unidade de medida (POST /api/v3/units). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_post_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "users"
          ]
        },
        "description": "Cria um novo usuário (POST /api/v3/users). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_app_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/app/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "app",
            "products"
          ]
        },
        "description": "Cria ou atualiza produtos (PUT /api/v3/apps/{appId}/items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_app_products_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/app/products/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "app",
            "products",
            "categories"
          ]
        },
        "description": "Cria ou atualiza categorias de produto (PUT /api/v3/apps/{appId}/categories). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "apps"
          ]
        },
        "description": "Atualiza um aplicativo (PUT /api/v3/apps/{appId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_apps_id_restore",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/apps/id/restore",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "apps",
            "id",
            "restore"
          ]
        },
        "description": "Restaurar um aplicativo (PUT /api/v3/apps/{appId}/restore). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_apps_item_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/apps/item/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "apps",
            "item",
            "grids"
          ]
        },
        "description": "Cria ou atualiza as grades de preço de um produto (PUT /api/v3/apps/{appId}/items/{productId}/grids). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_apps_item_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/apps/item/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "apps",
            "item",
            "options"
          ]
        },
        "description": "Cria ou atualiza as opções do produto (PUT /api/v3/apps/{appId}/items/{productId}/options). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"appId\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_apps_syncs_notification_id_confirm",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/apps/syncs/notification/id/confirm",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "apps",
            "syncs",
            "notification",
            "id",
            "confirm"
          ]
        },
        "description": "Confirmar sincronização de aplicativos (PUT /api/v3/apps/syncs/{notificationId}/confirm). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"notificationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "attributes"
          ]
        },
        "description": "Atualiza um atributo (PUT /api/v3/attributes/{attributeId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_attributes_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/attributes/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "attributes",
            "options"
          ]
        },
        "description": "Atualiza uma opção (PUT /api/v3/attributes/{attributeId}/options/{optionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"attributeId\": \"\",\n  \"optionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_bank_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/bank/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "bank",
            "account"
          ]
        },
        "description": "Atualiza uma conta bancária (PUT /api/v3/bank-accounts/{bankAccountId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"bankAccountId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_cards_contract",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/cards/contract",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "cards",
            "contract"
          ]
        },
        "description": "Atualiza um contrato de cartão (PUT /api/v3/cards/contracts/{cardContractId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"cardContractId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_carriers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/carriers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "carriers"
          ]
        },
        "description": "Atualiza uma transportadora (PUT /api/v3/carriers/{carrierId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"carrierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "categories"
          ]
        },
        "description": "Atualiza uma categoria (PUT /api/v3/categories/{categoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"categoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_command_series",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/command/series",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "command",
            "series"
          ]
        },
        "description": "Atualiza uma série de comanda (PUT /api/v3/command-series/{commandSeriesId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"commandSeriesId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "companies"
          ]
        },
        "description": "Atualiza uma empresa (PUT /api/v3/companies/{companyId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_companies_billing",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/companies/billing",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "companies",
            "billing"
          ]
        },
        "description": "Atualiza dados de cobrança da empresa (PUT /api/v3/companies/{companyId}/billing). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_companies_use_definitions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/companies/use/definitions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "companies",
            "use",
            "definitions"
          ]
        },
        "description": "Atualiza definições de uso da empresa (PUT /api/v3/companies/{companyId}/use-definitions). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"companyId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_cost_center",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/cost/center",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "cost",
            "center"
          ]
        },
        "description": "Atualiza um centro de custo (PUT /api/v3/cost-centers/{costCenterId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"costCenterId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_customer_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/customer/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "customer",
            "category"
          ]
        },
        "description": "Atualiza uma categoria de cliente (PUT /api/v3/customer-categories/{customerCategoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerCategoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_customers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/customers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "customers"
          ]
        },
        "description": "Atualiza um cliente (PUT /api/v3/customers/{customerId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customerId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_customization",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/customization",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "customization"
          ]
        },
        "description": "Atualiza uma customização (PUT /api/v3/customizations/{customizationId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"customizationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_delivery_area_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/delivery/area/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "delivery",
            "area",
            "id"
          ]
        },
        "description": "Atualiza uma área de entrega (PUT /api/v3/delivery-areas/{deliveryAreaId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"deliveryAreaId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "filters"
          ]
        },
        "description": "Atualiza um filtro (PUT /api/v3/filters/{filterId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"filterId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_financial_account_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/financial/account/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "financial",
            "account",
            "plans"
          ]
        },
        "description": "Atualiza um plano de contas (PUT /api/v3/financial/account-plans/{accountPlanId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"accountPlanId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_financial_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/financial/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "financial",
            "group"
          ]
        },
        "description": "Atualiza um grupo financeiro (PUT /api/v3/financial/groups/{groupId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"groupId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_financial_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/financial/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "financial",
            "transactions"
          ]
        },
        "description": "Atualiza uma transação financeira (PUT /api/v3/financial/transactions/{transactionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"transactionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_integration_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/integration/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "integration",
            "by",
            "id"
          ]
        },
        "description": "Atualiza uma integração (PUT /api/v3/integrations/{integrationId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"integrationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_integrations_tray_products_product_id_conciliation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/integrations/tray/products/product/id/conciliation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "integrations",
            "tray",
            "products",
            "product",
            "id",
            "conciliation"
          ]
        },
        "description": "Conciliar produtos da integração Tray (PUT /api/v3/integrations/tray/products/{productId}/conciliation). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_kds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/kds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "kds"
          ]
        },
        "description": "Atualiza um KDS (PUT /api/v3/kds/{kdsId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"kdsId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_label",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/label",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "label"
          ]
        },
        "description": "Atualiza uma etiqueta (PUT /api/v3/labels/{labelId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"labelId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_password_panel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/password/panel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "password",
            "panel"
          ]
        },
        "description": "Atualiza as configurações do painel de senha (PUT /api/v3/settings/password-panel). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_payments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/payments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "payments"
          ]
        },
        "description": "Atualiza método de pagamento (PUT /api/v3/payments/{paymentId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"paymentId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_peripherals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/peripherals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "peripherals"
          ]
        },
        "description": "Atualiza um periférico (PUT /api/v3/peripherals/{peripheralId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"peripheralId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_price_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/price/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "price",
            "list"
          ]
        },
        "description": "Atualiza uma lista de preço (PUT /api/v3/price-lists/{priceListId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_price_list_products_price_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/price/list/products/price/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "price",
            "list",
            "products",
            "price",
            "batch"
          ]
        },
        "description": "Atualiza os preços dos produtos em massa (PUT /api/v3/price-lists/{priceListId}/items/update-prices). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"priceListId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_product_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/product/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "product",
            "apps"
          ]
        },
        "description": "Cria ou atualiza aplicativos (PUT /api/v3/products/{productId}/apps). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_product_apps_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/product/apps/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "product",
            "apps",
            "by",
            "id"
          ]
        },
        "description": "Atualiza um aplicativo (PUT /api/v3/products/{productId}/apps/{appId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"appId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_product_consumption_coupons",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/product/consumption/coupons",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "product",
            "consumption",
            "coupons"
          ]
        },
        "description": "Atualiza as configurações de fichas de consumo de produtos (PUT /api/v3/products/consumption-coupons). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_product_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/product/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "product",
            "grids"
          ]
        },
        "description": "Cria ou atualiza as grades de preços (PUT /api/v3/products/{productId}/grids). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_product_tax_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/product/tax/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "product",
            "tax",
            "settings"
          ]
        },
        "description": "Cria ou atualiza informações tributárias (PUT /api/v3/products/{productId}/tax-settings). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "products"
          ]
        },
        "description": "Atualiza um produto (PUT /api/v3/products/{productId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_products_attributes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/products/attributes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "products",
            "attributes"
          ]
        },
        "description": "Atualiza os atributos (PUT /api/v3/products/{productId}/attributes). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_products_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/products/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "products",
            "suppliers"
          ]
        },
        "description": "Atualiza fornecedor (PUT /api/v3/products/{productId}/suppliers/{productSupplierId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"productSupplierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "profile"
          ]
        },
        "description": "Atualiza um perfil (PUT /api/v3/profiles/{profileId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"profileId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_profiles_discount_limits",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/profiles/discount/limits",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "profiles",
            "discount",
            "limits"
          ]
        },
        "description": "Sincroniza os limites de desconto dos perfis (PUT /api/v3/profiles/discount-limits/sync). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_promotions_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/promotions/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "promotions",
            "id"
          ]
        },
        "description": "Atualiza uma promoção (PUT /api/v3/promotions/{promotionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"promotionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase"
          ]
        },
        "description": "Atualiza uma compra (PUT /api/v3/purchases/{purchaseId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_import",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/import",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "import"
          ]
        },
        "description": "Finalizar importação (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/import). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_items_rollback",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/items/rollback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "items",
            "rollback"
          ]
        },
        "description": "Reverte alterações de itens (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/rollback-items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_items_update_all_unitary_sale_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/items/update/all/unitary/sale/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "items",
            "update",
            "all",
            "unitary",
            "sale",
            "price"
          ]
        },
        "description": "Atualiza o preço de venda em massa (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/update-all-unitary-sale-price). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_items_update_linked_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/items/update/linked/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "items",
            "update",
            "linked",
            "items"
          ]
        },
        "description": "Sincroniza itens com produtos do fornecedor (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/update-linked-items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_prepare_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/prepare/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "prepare",
            "items"
          ]
        },
        "description": "Pré-processa os itens da nota (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/prepare-items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_revert_single_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/revert/single/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "revert",
            "single",
            "item"
          ]
        },
        "description": "Reverte uma alteração de um item (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/items/{purchaseInvoiceItemId}/revert). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"purchaseInvoiceItemId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_save_all_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/save/all/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "save",
            "all",
            "item"
          ]
        },
        "description": "Salva os itens em massa (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_purchase_invoice_save_single_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/purchase/invoice/save/single/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "purchase",
            "invoice",
            "save",
            "single",
            "item"
          ]
        },
        "description": "Salva um item do XML (PUT /api/v3/purchase-invoices/{purchaseInvoiceId}/items/{purchaseInvoiceItemId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"purchaseInvoiceId\": \"\",\n  \"purchaseInvoiceItemId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_sale_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/sale/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "sale",
            "orders"
          ]
        },
        "description": "Atualiza um pedido de venda (PUT /api/v3/sale-orders/{saleOrderId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_sale_orders_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/sale/orders/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "sale",
            "orders",
            "status"
          ]
        },
        "description": "Atualiza um status de pedido de venda (PUT /api/v3/sale-orders/{saleOrderId}/status). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"saleOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_settings_districts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/settings/districts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "settings",
            "districts"
          ]
        },
        "description": "Atualiza um bairro customizado (PUT /api/v3/settings/districts/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_settings_terminal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/settings/terminal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "settings",
            "terminal"
          ]
        },
        "description": "Atualiza as configurações do terminal (PATCH /api/v3/settings/terminal). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_sources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/sources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "sources"
          ]
        },
        "description": "Atualiza canal de venda (PUT /api/v3/sources/{sourceId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"sourceId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_standard_observations_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/standard/observations/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "standard",
            "observations",
            "id"
          ]
        },
        "description": "Atualiza uma observação padrão (PUT /api/v3/standard-observations/{standardObservationId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"standardObservationId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_status_sync_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/status/sync/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "status",
            "sync",
            "details"
          ]
        },
        "description": "Sincroniza detalhes dos status (PUT /api/v3/status/sync-details). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_stock_movement_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/stock/movement/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "stock",
            "movement",
            "categories"
          ]
        },
        "description": "Atualiza uma categoria de movimentação de estoque (PUT /api/v3/stocks/movements/categories/{stockMovementCategoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockMovementCategoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_stocks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/stocks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "stocks"
          ]
        },
        "description": "Atualiza um estoque (PUT /api/v3/stocks/{stockId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_stocks_inventories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/stocks/inventories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "stocks",
            "inventories"
          ]
        },
        "description": "Atualiza um inventário (PUT /api/v3/stocks/{stockId}/inventories/{inventoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_stocks_inventories_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/stocks/inventories/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "stocks",
            "inventories",
            "items"
          ]
        },
        "description": "Cria, atualiza e remove itens de um inventário (PUT /api/v3/stocks/{stockId}/inventories/{inventoryId}/items). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"inventoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_store_customer_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/store/customer/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "store",
            "customer",
            "account"
          ]
        },
        "description": "Atualiza os dados da conta do cliente logado (PUT /api/v1/store/accounts). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_store_customer_legal_terms_accept",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/store/customer/legal/terms/accept",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "store",
            "customer",
            "legal",
            "terms",
            "accept"
          ]
        },
        "description": "Aceita os termos legais (PUT /api/v1/store/accounts/legal-terms). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_stores_customers_address_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/stores/customers/address/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "stores",
            "customers",
            "address",
            "ids"
          ]
        },
        "description": "Atualiza um endereço do cliente na loja (PUT /api/v1/store/accounts/addresses/{addressId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"addressId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "suppliers"
          ]
        },
        "description": "Atualiza um fornecedor (PUT /api/v3/suppliers/{supplierId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"supplierId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_table",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/table",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "table"
          ]
        },
        "description": "Atualiza uma mesa (PUT /api/v3/tables/{tableId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"tableId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_additional_info_nfe_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/additional/info/nfe/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "additional",
            "info",
            "nfe",
            "id"
          ]
        },
        "description": "Atualiza uma informação adicional da NF-e (PUT /api/v3/tax-settings/nfe-additional-infos/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_defaults",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/defaults",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "defaults"
          ]
        },
        "description": "Atualiza as configurações fiscais padrão (PUT /api/v3/tax-settings/defaults). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_icms_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/icms/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "icms",
            "id"
          ]
        },
        "description": "Atualiza um grupo de ICMS (PUT /api/v3/tax-settings/icms/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_invoice_series_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/invoice/series/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "invoice",
            "series",
            "id"
          ]
        },
        "description": "Atualiza uma série de nota fiscal (PUT /api/v3/tax-settings/invoice-series/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_ipi_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/ipi/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "ipi",
            "id"
          ]
        },
        "description": "Atualiza um grupo de IPI (PUT /api/v3/tax-settings/ipi/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_issqns_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/issqns/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "issqns",
            "id"
          ]
        },
        "description": "Atualiza um grupo de ISSQN (PUT /api/v3/tax-settings/issqns/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_issqns_id_set_default",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/issqns/id/set/default",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "issqns",
            "id",
            "set",
            "default"
          ]
        },
        "description": "Define um grupo de ISSQN como padrão (PUT /api/v3/tax-settings/issqns/{id}/set-default). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_nature_operations_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/nature/operations/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "nature",
            "operations",
            "id"
          ]
        },
        "description": "Atualiza uma natureza de operação (PUT /api/v3/tax-settings/nature-operations/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_pis_cofins_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/pis/cofins/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "pis",
            "cofins",
            "id"
          ]
        },
        "description": "Atualiza um grupo de PIS/COFINS (PUT /api/v3/tax-settings/pis-cofins/{id}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_tax_settings_type_invoice_pdv",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tax/settings/type/invoice/pdv",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tax",
            "settings",
            "type",
            "invoice",
            "pdv"
          ]
        },
        "description": "Atualiza o tipo de nota emitida pelo PDV (PUT /api/v3/tax-settings/type-invoice-pdv). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_totem_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/totem/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "totem",
            "settings"
          ]
        },
        "description": "Atualiza as configurações do Totem (PUT /api/v3/settings/totem). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_units",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/units",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "units"
          ]
        },
        "description": "Atualiza uma unidade de medida (PUT /api/v3/units/{unitId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"unitId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "user"
          ]
        },
        "description": "Atualiza um usuário (PUT /api/v3/users/{userId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"userId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_put_users_me",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/users/me",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "users",
            "me"
          ]
        },
        "description": "Atualiza o usuário autenticado (PUT /api/v3/users/me). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_reorder_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reorder/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reorder",
            "categories"
          ]
        },
        "description": "Reordena as categorias (PUT /api/v3/categories/reorder). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_reset_movements",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reset/movements",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reset",
            "movements"
          ]
        },
        "description": "Apaga movimentações de um estoque (DELETE /api/v3/stocks/{stockId}/reset). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_restore_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/restore/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "restore",
            "user"
          ]
        },
        "description": "Restaura um usuário (POST /api/v3/users/{userId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"userId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_revoke_users_sessions_access_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/revoke/users/sessions/access/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "revoke",
            "users",
            "sessions",
            "access",
            "token"
          ]
        },
        "description": "Revogar uma sessão de acesso (PUT /api/v3/users/sessions/{accessTokenId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"accessTokenId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_stock_product_reset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/product/reset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "product",
            "reset"
          ]
        },
        "description": "Apaga todas as movimentações de um produto (DELETE /api/v3/stocks/{stockId}/products/{productId}/reset). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"stockId\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_sync_opening_hours",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sync/opening/hours",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sync",
            "opening",
            "hours"
          ]
        },
        "description": "Sincroniza horários de funcionamento (PUT /api/v3/opening-hours). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_top_produtos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/top/produtos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "top",
            "produtos"
          ]
        },
        "description": "Ranking dos produtos e categorias mais vendidos no período: top_produtos, top_categorias e top_por_categoria (mais vendido dentro de cada categoria). Responde 'prato mais vendido da casa', 'categoria ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"begin_date\": \"\",\n  \"until_date\": \"\",\n  \"status\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_update_cash_register",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/cash/register",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "cash",
            "register"
          ]
        },
        "description": "Atualizar caixa registradora (PUT /api/v3/cash-registers/{cashRegisterId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"cashRegisterId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_update_icons_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/icons/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "icons",
            "id"
          ]
        },
        "description": "Atualiza um ícone (PUT /api/v3/icons/{iconId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"iconId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_update_production_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/production/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "production",
            "order"
          ]
        },
        "description": "Atualiza uma ordem de produção (PUT /api/v3/production-orders/{productionOrderId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productionOrderId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "cplug_update_products_compositions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/products/compositions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "products",
            "compositions"
          ]
        },
        "description": "Cria ou atualiza composições (PUT /api/v3/products/{productId}/compositions). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"company\": \"\",\n  \"productId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}