int-bling

Manage Bling ERP products, orders, contacts, invoices, and stock via API v3.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-bling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-bling
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-bling
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-bling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes manual ERP lookups and repetitive API calls by providing a documented integration to Bling ERP, enabling agents or users to query and modify products, orders, contacts, fiscal invoices (NF-e), and inventory through a consistent interface.

Core Features & Use Cases

  • Product Management: list, create, and update products, services, and kits including pricing and weight attributes.
  • Orders & Invoicing: create and query sales orders and generate NF-e invoices from orders.
  • Contacts & Stock: manage customers and suppliers, check stock balances, and post inventory adjustments with deposit and operation types.
  • Use Case: automate end-to-end workflows such as creating a sales order, issuing its fiscal invoice, and updating warehouse stock after supplier receipts.

Quick Start

Use the int-bling skill to list products, fetch sales orders in a date range, or update inventory levels for a given product in Bling.

Frequently Asked Questions about int-bling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Bling ERP workflows to manage products and sales orders via API?

Automate Bling ERP workflows by using JSON REST calls to the Bling API v3 to list, create, and modify products, sales orders, contacts, and invoices. It requires OAuth2 bearer tokens with refresh support and client-side token persistence.

Can I issue NF-e invoices automatically from sales orders in Bling?

Yes, you can issue NF-e invoices directly from sales orders. The integration queries and creates sales orders via the Bling API v3, then generates the corresponding fiscal invoices to automate the end-to-end invoicing workflow.

Does the Bling API v3 integration support automated inventory adjustments and stock updates?

Yes, the Bling API v3 integration supports automated inventory adjustments. You can check stock balances, post inventory updates, and specify deposit and operation types to keep warehouse stock levels synchronized automatically.

How does OAuth2 token refresh logic work when connecting to the Bling API?

OAuth2 token refresh logic works by intercepting 401 unauthorized responses from the Bling API, automatically refreshing the bearer token, and retrying the failed request. This requires client-side token persistence to maintain continuous ERP automation.

What is the best way to integrate Bling ERP data for managing contacts and suppliers?

The best way to integrate Bling ERP data for managing contacts is through consistent REST API calls to Bling API v3. You can query, create, and modify customers and suppliers programmatically, eliminating manual ERP lookups and repetitive API requests.