n8n-nodes-pulpo-wms
v0.1.3
Published
n8n community node for Pulpo WMS — manage sales orders, purchase orders, products, third parties, incoming goods, fulfillments, and inventory stock.
Maintainers
Readme
n8n-nodes-pulpo-wms
An n8n community node for Pulpo WMS — a cloud-based warehouse management system. Use it to automate warehouse operations: manage products, purchase orders, sales orders, incoming goods, inventory stock, fulfillments, third parties, and more.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Or install directly from the n8n UI: Settings → Community Nodes → Install → enter n8n-nodes-pulpo-wms.
Credentials
The node uses Pulpo WMS's OAuth 2.0 password-grant flow.
Prerequisites:
- An active Pulpo WMS account
- Your environment subdomain (e.g.
mycompanyfrommycompany.pulpo.co)
Setup in n8n:
- In any Pulpo WMS node, click Create new credential
- Fill in:
- Environment — your subdomain (e.g.
mycompany) - Username — your Pulpo WMS login email
- Password — your Pulpo WMS password
- Environment — your subdomain (e.g.
- Click Save — the node tests the credentials automatically
A token is acquired per request and is not stored between executions.
Operations
Pulpo WMS (action node)
| Resource | Operations | |---|---| | Product | Get Many, Get, Create, Update | | Purchase Order | Get Many, Get, Create, Update | | Sales Order | Get Many, Get, Create, Update | | Sales Order Fulfillment | Get Many (all or by sales order), Get | | Incoming Good | Get Many, Get, Create | | Inventory Stock | Get Many, Remove | | Third Party | Get Many, Get, Create, Update |
Live dropdowns — Warehouse and Location fields load options directly from your Pulpo WMS account.
Pulpo WMS Trigger (trigger node)
Starts a workflow when a Pulpo WMS event occurs.
| Event | Description | |---|---| | New Goods Receipt | Fires when an incoming good document is created | | New/Updated Sales Order | Fires when a sales order is created or updated |
The trigger registers a webhook in your Pulpo WMS account scoped to a specific warehouse. It automatically creates the webhook when the workflow is activated and removes it when deactivated.
Compatibility
- Tested against n8n
1.x - Uses Pulpo WMS REST API v1 (
/api/v1)
Resources
Version history
0.1.0
Initial release with full CRUD coverage for all core Pulpo WMS resources, live warehouse/location dropdowns, and webhook-based triggers.
