n8n-nodes-linkercloud
v0.1.1
Published
n8n community node for Linker Cloud - Polish WMS/OMS fulfillment platform
Maintainers
Readme
n8n-nodes-linkercloud
n8n community node for Linker Cloud -- a Polish WMS/OMS fulfillment platform. Manage orders, products, stock, shipments, inbound orders, and returns directly from your n8n workflows.
Operations
| Resource | Operation | Description | | -------------- | ---------------------- | ------------------------------------------------ | | Order | List | Get a list of orders with filters and pagination | | Order | Get | Get an order by ID | | Order | Create | Create a new order with items | | Order | Update | Update an existing order | | Order | Cancel | Cancel an order | | Order | Get Transitions | Get allowed state transitions for an order | | Order | Apply Transition | Apply a state transition to an order | | Order | Update Tracking Number | Set tracking number for an order | | Order | Update Payment Status | Update payment status for an order | | Product | List | Get a list of products | | Product | Create | Create a new product with defaults | | Product | Update | Update an existing product | | Stock | List | Get current stock levels | | Stock | Update | Batch update stock by SKU and quantity | | Shipment | Create | Create a shipment with packages | | Shipment | Create by Order Number | Create packages for an existing order | | Shipment | Get Label | Download shipping label (PDF or PNG) | | Shipment | Get Status | Get delivery status for an order | | Shipment | Cancel | Cancel selected packages via PATCH | | Inbound Order | List | Get a list of inbound (supplier) orders | | Inbound Order | Get | Get an inbound order by ID | | Inbound Order | Create | Create an inbound order with supplier data | | Inbound Order | Update | Update an inbound order | | Inbound Order | Confirm | Confirm inbound order receipt | | Order Return | List | Get a list of order returns | | Order Return | Get | Get an order return by ID | | Order Return | Create | Create an order return | | Order Return | Accept | Accept an order return |
Credentials
This node uses an API Key with a Domain for authentication.
- Get your API key from your Linker Cloud operator or customer service
- In n8n, create new Linker Cloud API credentials
- Enter your Domain (e.g.,
your-company.linker.shoporapi-demo.linker.shopfor testing) - Enter your API Key
Installation
Community Nodes (recommended)
- Go to Settings > Community Nodes in your n8n instance
- Select Install a community node
- Enter
n8n-nodes-linkercloudand click Install
Manual installation
cd ~/.n8n/custom
npm install n8n-nodes-linkercloudRestart n8n after installation.
Notes
- All dates use format
YYYY-MM-DD HH:mm:ss - Order items require
serial_numbers,custom_properties,source_data,batch_numbersarrays (pass empty[]if not used) - Product creation requires 9 boolean flags (default to
false) and 4 array fields (default to[]) - Stock update is a batch operation accepting multiple SKU+quantity pairs
- Label download returns binary data (PDF or PNG)
- Cancel uses PATCH on deliveries endpoint with package IDs to cancel
