Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This changelog covers breaking changes, new features, and significant updates to

## 2026-01-23 Pricing API

- New `POST /v1/public/external-catalog/products` and `POST /v1/public/external-catalog/products-recommendation` public endpoints were added
- New `POST /v1/public/external-catalog/products` and `POST /v1/public/external-catalog/product-recommendations` public endpoints were added

## 2026-01-22 Automation API

Expand Down Expand Up @@ -455,7 +455,7 @@ This changelog covers breaking changes, new features, and significant updates to

## 2025-11-25 Pricing API

- New `POST /v1/public/integration/{integrationId}/products-recommendation` endpoint was added
- New `POST /v1/public/integration/{integrationId}/product-recommendations` endpoint was added

## 2025-11-25 Pricing API External Catalog

Expand Down
4 changes: 2 additions & 2 deletions apps/about-apps/components/external-product-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ They typically rely on your API for the execution of any necessary logic and exp

The interface supports two types of data exchange, depending on the block being used in the journey:
- **Products**: Returns an array of products (`type: "products"`).
- **Product Recommendations**: Returns a source product and a list of offer products (`type: "products-recommendation"`).
- **Product Recommendations**: Returns a source product and a list of offer products (`type: "product-recommendations"`).

### Template Variables

Expand Down Expand Up @@ -100,7 +100,7 @@ Never hardcode sensitive credentials in your configuration. Always store API key

After your External Product Catalog component is configured and the app is installed, it can be used within epilot's Journeys. Currently we support seamless integration of the external product catalog into the journey via Product Blocks and Product Recommendations Blocks (beta).

When a journey creator adds a **Product Block** or **Product Recommendations Block** in a journey, they can select the integration as the source for products. Only hooks that are supported for the selected block type will be available (e.g. only `products` hook for Product Block, only `products-recommendation` hook for Product Recommendations Block).
When a journey creator adds a **Product Block** or **Product Recommendations Block** in a journey, they can select the integration as the source for products. Only hooks that are supported for the selected block type will be available (e.g. only `products` hook for Product Block, only `product-recommendations` hook for Product Recommendations Block).

<img src="/img/apps/external-product-catalog/journey-product-block-config.png" width="500" />

Expand Down
4 changes: 2 additions & 2 deletions docs/apps/about-apps/components/external-product-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ They typically rely on your API for the execution of any necessary logic and exp

The interface supports two types of data exchange, depending on the block being used in the journey:
- **Products**: Returns an array of products (`type: "products"`).
- **Product Recommendations**: Returns a source product and a list of offer products (`type: "products-recommendation"`).
- **Product Recommendations**: Returns a source product and a list of offer products (`type: "product-recommendations"`).

### Template Variables

Expand Down Expand Up @@ -100,7 +100,7 @@ Never hardcode sensitive credentials in your configuration. Always store API key

After your External Product Catalog component is configured and the app is installed, it can be used within epilot's Journeys. Currently we support seamless integration of the external product catalog into the journey via Product Blocks and Product Recommendations Blocks (beta).

When a journey creator adds a **Product Block** or **Product Recommendations Block** in a journey, they can select the integration as the source for products. Only hooks that are supported for the selected block type will be available (e.g. only `products` hook for Product Block, only `products-recommendation` hook for Product Recommendations Block).
When a journey creator adds a **Product Block** or **Product Recommendations Block** in a journey, they can select the integration as the source for products. Only hooks that are supported for the selected block type will be available (e.g. only `products` hook for Product Block, only `product-recommendations` hook for Product Recommendations Block).

<img src="/img/apps/external-product-catalog/journey-product-block-config.png" width="500" />

Expand Down
Loading