Package Information
Released: 9/3/2025
Downloads: 0 weekly / 12 monthly
Latest Version: 1.0.10
Author: Andrej Spinej
Available Nodes
Documentation
n8n-nodes-compo-pim-api
n8n package for integration with Compo PIM API - a Product Information Management system.
Installation
npm install n8n-nodes-compo-pim-api
Credentials Setup
- In n8n, go to Credentials
- Click New and select Compo PIM API
- Enter your credentials:
- Login: your Compo PIM system login
- Password: your password
Available Resources
Catalog
- Get all categories
- Get category by ID
- Create category
- Update category
- Delete category
Product
- Get product by ID
- Create product
- Update product
- Delete product
- Get product list (with scrolling)
Template
- Get template by ID
- Create template
- Update template
- Delete template
Channel
- Get all channels
- Get channel by ID
- Create channel
- Update channel
- Delete channel
Feature
- Get all features
- Get feature by ID
- Create feature
- Update feature
- Delete feature
Usage Examples
Getting All Catalog Categories
- Select resource: Catalog
- Select operation: Get All
Creating a New Product
- Select resource: Product
- Select operation: Create
- In the Data field, provide product JSON data
Getting Products with Filtering
- Select resource: Product
- Select operation: Get List (scroll)
- Specify required filters:
- Catalog ID
- Brand ID
- Number of days for date change filtering
API Documentation
Full API documentation is available in the API-COMPO-PIM.md file in the project root.
Base URL
https://demodata.compo-soft.ru/api/v1/
Authentication
The node automatically obtains an access token using the /sign-in/ method and uses it for all subsequent requests.
Compatibility
- n8n version 0.174.0 and above
- Node.js 18.10.0 and above
License
MIT