From 5ad4b0b501a027ca705eb7846e61e9713ec3e7b9 Mon Sep 17 00:00:00 2001 From: Alexandre Marques Date: Mon, 16 Feb 2026 08:18:38 +0000 Subject: [PATCH] chore: clarify data exchange types in external product catalog documentation --- apps/about-apps/components/external-product-catalog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/about-apps/components/external-product-catalog.md b/apps/about-apps/components/external-product-catalog.md index 94c9e5c4..9c345aae 100644 --- a/apps/about-apps/components/external-product-catalog.md +++ b/apps/about-apps/components/external-product-catalog.md @@ -28,8 +28,8 @@ They typically rely on your API for the execution of any necessary logic and exp ### Supported Hooks / Catalog Types The interface supports two types of data exchange, depending on the block being used in the journey: -- **Products**: Returns an array of products. -- **Product Recommendations**: Returns a source product and a list of offer products. +- **Products**: Returns an array of products (`type: "products"`). +- **Product Recommendations**: Returns a source product and a list of offer products (`type: "products-recommendation"`). ### Template Variables