Key Concepts
Recommendation Pods
A recommendation pod is a configured strategy that determines which products to recommend. Each pod has a unique identifier (podId) and can be customized with various strategies such as:
- Best sellers: Most popular items
- Similar items: Products similar to a specific item
- Frequently bought together: Items commonly purchased together
- Personalized: Recommendations based on user behavior
- Trending: Currently popular items
Strategy-Specific Parameters
Some parameters are specific to certain recommendation strategies:itemIds: Used by strategies that recommend items related to specific products (e.g., “similar items”, “frequently bought together”)term: Used by strategies that refine results based on a search term
Available Methods
Get Recommendation Results
Retrieve product recommendations for a specific pod
Basic Example
Common Use Cases
Homepage Recommendations
Display personalized or trending products on your homepage:Product Detail Page
Show similar or complementary products:Filtered Recommendations
Get recommendations with specific filters applied:Response Structure
All recommendation methods return a consistent response structure:Next Steps
- Learn about Get Recommendation Results
- Explore filtering options
- Understand variations mapping