
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
n8n-nodes-shopier
Advanced tools
n8n community node for Shopier. Enables automation with Shopier's API, including product management and integration with other services.
+
A powerful n8n community node for Shopier API integration
Seamlessly automate your Shopier e-commerce workflows with n8n
What is this? A custom n8n node for integrating with Shopier API. This node enables seamless automation workflows between Shopier and other services through n8n's visual workflow builder.
What is n8n? n8n is a fair-code licensed workflow automation platform that lets you connect different services and automate tasks visually.
Follow the installation guide in the n8n community nodes documentation.
n8n-nodes-shopierThat's it! After installation, the Shopier node will be available in your n8n palette.
This Shopier node provides comprehensive integration with the Shopier API, supporting:
Get Many - Retrieve all products with comprehensive filtering options:
Get - Retrieve a specific product by ID with detailed information
To use this node, you need to authenticate with Shopier using your API credentials. Here's how to set it up:
When setting up the Shopier API credentials in n8n:
The node uses Bearer Token authentication with your Personal Access Token.
This node uses the Shopier API and should be compatible with all current Shopier configurations.
Product Operations: Retrieve and filter your product catalog with comprehensive filtering options matching official Shopier API specifications.
Pagination: Use limit parameters for large datasets to efficiently manage API calls and response sizes.
Advanced Product Filtering: Apply comprehensive filters following official Shopier API specification:
Error Handling: The node includes comprehensive error handling with detailed error messages for troubleshooting.
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
git clone https://github.com/YOUR_USERNAME/n8n-nodes-shopier.gitgit checkout -b feature/your-feature-namegit commit -am 'Add some feature'git push origin feature/your-feature-nameFound a bug or have a feature request? Please check existing issues first, then create a new issue with:
Clone the Repository
git clone https://github.com/YOUR_USERNAME/n8n-nodes-shopier.git
cd n8n-nodes-shopier
Install Dependencies
npm install
Build the Project
npm run build
Linting and Formatting
npm run lint # Check for linting issues
npm run lintfix # Fix auto-fixable issues
npm run format # Format code with prettier
├── credentials/ # Authentication credential definitions
│ └── ShopierApi.credentials.ts
├── nodes/
│ └── Shopier/
│ ├── Shopier.node.ts # Main node orchestrator
│ ├── GenericFunctions.ts # Shared utility functions
│ ├── types/ # TypeScript type definitions
│ │ └── index.ts
│ ├── operations/ # Resource operation implementations
│ │ ├── index.ts
│ │ └── product.operations.ts
│ ├── node-definition/ # Node UI property definitions
│ │ ├── index.ts
│ │ ├── resources.ts
│ │ ├── operations.ts
│ │ └── fields.ts
│ ├── endpoints/ # API endpoint definitions
│ │ └── products.endpoints.ts
│ └── shopier.svg # Node icon
├── dist/ # Compiled output
├── gulpfile.js # Build configuration
├── package.json # Project configuration
└── tsconfig.json # TypeScript configuration
npm run buildThis project is licensed under the MIT License - see the LICENSE.md file for details.
Need Help?
FAQs
n8n community node for Shopier. Enables automation with Shopier's API, including product management and integration with other services.
We found that n8n-nodes-shopier demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.