npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-crownpeak-pd

v1.2.2

Published

n8n integration for Fredhopper Product Discovery API

Readme

n8n-nodes-crownpeak-pd

Overview

This repository provides a custom n8n integration node for the Fredhopper Product Discovery API. It enables direct access to product discovery operations such as authentication, item management, catalog, category tree, and locale configuration within an n8n workflow.

What is it?

An n8n node module designed to simplify integration with Crownpeak Fredhopper Product Discovery's API using secure credential management. It supports:

  • Secure authentication using username/password and OAuth2 token endpoint
  • Manage product items: create, update, delete, and upsert
  • Manage item schemas and catalogs
  • Manage category trees and locale settings
  • Chain operations using dynamic expressions for automated product data pipelines

What is it for?

This module is useful for organizations looking to build automated product onboarding, enrichment, and publishing pipelines into the Crownpeak Fredhopper ecosystem.


Supported Resources & Operations

| Resource | Operations Supported | |------------------|----------------------------------------| | Authentication | Get Token | | Product Items | Get, Create, Update, Delete, Upsert, Batch Operations | | Item Schemas | Create, Get, Update, Delete | | Catalogs | Get, Create, Create with Default Batch, Delete, Activate, List | | Category Tree | Get, Create, Update, Delete, List | | Locales | Set, Get, Delete |

| Feature | Method | Endpoint | Description | |---------|--------|----------|-------------| | Get Token | POST | /auth/realms/{tenantId}/protocol/openid-connect/token | Obtain authentication token | | Upsert Items | POST | /items | Create a new product item | | Patch Items | PATCH | /items | Update existing product item attributes | | Delete Items | DELETE | /items | Delete product item | | Create an Item Schema | POST | /item-schemas | Create a new item schema | | Update an Item Schema | PUT | /item-schemas/{name} | Update an existing item schema | | Delete an Item Schema | DELETE | /item-schemas/{name}/{version} | Delete an item schema | | Get an Item Schema | GET | /item-schemas/{name}/{version} | Get an item schema by name and version | | Create Batch | POST | /batch-imports | Create a new batch for item operations | | List Batches | GET | /batch-imports | List all batches | | Add Items to Batch | POST | /batch-imports | Add items to an existing batch | | Modify Items in Batch | PATCH | /batch-imports/items | Modify items in an existing batch | | Delete Items from Batch | DELETE | /batch-imports/items/delete | Delete items from an existing batch | | Submit Batch Ingestion | POST | /batch-imports/ingestion | Submit batch for processing | | Get Batch Ingestion Status | GET | /batch-imports/ingestion/{id} | Get status of batch ingestion | | List Batch Ingestions | GET | /batch-imports/ingestion | List all batch ingestions | | Delete Batch Ingestion | DELETE | /batch-imports/ingestion/{id} | Delete a batch ingestion | | Create a Catalog | POST | /catalogs | Create a new catalog | | Create Catalog With Default Batch | POST | /catalogs?createBatchImport=true | Create a catalog and automatically create a default batch with ID matching the catalog version | | Delete a Catalog | DELETE | /catalogs/{name}/{version} | Delete an inactive catalog | | Activate a Catalog Version | PUT | /catalogs/{name}/{version}/activate | Activate a catalog version | | Get Active Catalog Version | GET | /catalogs/{name}/active | Get the currently active catalog version | | List Catalogs | GET | /catalogs | List all catalogs | | Create a Category Tree | POST | /category-trees | Create a new category tree | | Update a Category Tree | PUT | /category-trees/{name} | Update an existing category tree | | List Category Trees | GET | /category-trees | List all category trees | | Get a Category Tree | GET | /category-trees/{name}/{version} | Get a category tree by name and version | | Delete a Category Tree | DELETE | /category-trees/{name}/{version} | Delete a category tree | | Set Default Locale | POST | /locales | Set the default locale for an item schema | | Get Default Locale | GET | /locales/{name} | Get the default locale for an item schema | | Delete Default Locale | DELETE | /locales/{name} | Delete the default locale for an item schema |

Each method supports query parameterization using dynamic expressions and securely authenticates using credentials.

Installation & Usage

As a Private Node

  1. Clone this repository to your local machine:
    git clone https://github.com/Crownpeak/n8n-nodes-crownpeak-pd.git
  2. Build the node module:
    cd n8n-nodes-crownpeak-pd
    npm install
    npm run build
  3. Copy the dist/ folder to your n8n instance's custom nodes directory:
    docker cp ./dist n8n-dev:/home/node/.n8n/custom-nodes/crownpeak-pd
  4. Restart your n8n Docker container:
    docker restart n8n-dev
  5. Log in to n8n and the node will appear as Fredhopper Product Discovery.

ℹ️ If it doesn't appear, ensure you are mounting or copying to the correct container path and that NODE_FUNCTION_ALLOW_EXTERNAL is not overly restricted.

As a Community Node (once approved)

Once this node is approved and published on the official n8n integrations registry, installation will be as simple as:

n8n install n8n-nodes-crownpeak-pd

And in [email protected]+ via the UI:

  1. Open Settings → Community Nodes
  2. Click Install a Community Node
  3. Search or paste: n8n-nodes-crownpeak-pd
  4. Click Install

📸 Screenshots

  1. A basic workflow example using n8n Crownpeak PD Node A basic workflow example using n8n Crownpeak PD Node

  2. The result of /items POST The result of /items POST


Credentials

This node supports authentication against the Crownpeak Product Discovery API. You’ll need the following credentials:

  • Username and Password
  • OAuth2 Token URL

Refer to the Product Discovery documentation for full details on credential setup.


Support

  • This repository is maintained by Crownpeak and released under the MIT License.
  • For Crownpeak platform questions, please contact your Customer Success Manager or [email protected].
  • For n8n integration issues or pull requests, use GitHub Issues or Discussions.

License

MIT © Crownpeak Technology, Inc. See LICENSE for details.