int-bling

Manage Bling ERP products, sales orders, contacts, NF-e invoices, and stock via REST v3.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of manually looking up and updating Bling ERP records by providing a structured way to manage products, sales orders, contacts, NF-e invoices, and stock through API v3 calls.

Core Features & Use Cases

  • Products & Inventory: list and create products (including kits/services) and check or update stock balances by product and warehouse.
  • Sales & Customer Data: create and query sales orders and manage customer/supplier contacts.
  • Fiscal Invoices (NF-e): list invoices and generate NF-e from a sales order, supporting common ERP operations.

Quick Start

In your AI prompt, ask to “Create a sales order in Bling for contact ID 123 with two items (product ID 789, quantity 2, unit price 99.90) and then return the created order details.”

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 sales orders and inventory synchronization?

To automate Bling ERP sales orders and inventory synchronization, use this integration to programmatically list and create catalog items, place sales orders, and reconcile stock quantities across warehouses via REST v3 API calls.

Can I generate NF-e fiscal invoices directly from a sales order in Bling?

Yes, you can generate NF-e fiscal invoices directly from a sales order in Bling. The integration supports listing existing invoices and programmatically creating new NF-e documents from your sales order data.

What authentication is required for the Bling API v3?

Bling API v3 requires OAuth2 Bearer authentication for access. The bundled client scripts execute requests and automatically retry on HTTP 401 errors, providing built-in token refresh support to maintain secure connections.

Does this integration support managing customer and supplier contacts in Bling?

Yes, this integration supports managing customer and supplier contacts in Bling. You can programmatically create and query contact records, alongside managing products, sales orders, NF-e invoices, and stock balances.

How do I handle HTTP 401 errors when syncing data with the Bling API?

To handle HTTP 401 errors when syncing data with the Bling API, the bundled client scripts automatically retry failed requests and utilize OAuth2 token refresh support to restore access without manual intervention.

Can I update product stock balances by warehouse using the Bling API?

Yes, you can update product stock balances by warehouse using the Bling API. The integration enables you to check and reconcile inventory quantities programmatically for individual products across different warehouse locations.