Skip to content
Merged
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 apps/about-apps/components/external-product-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading