crossupsells
Retrieve recommendations with filters and pagination.
Returns a list of recommendations and pagination info.
Possible errors:
- CROSSUPSELL_UNKNOWN_ERROR: Failed to search cross-sell/upsell recommendations
- FORBIDDEN: Insufficient permissions to access data
AUTH: Role=[product.OWNER,product.EDITOR,product.VIEWER]
crossupsells(
input: CrossupsellSearchInput
): CrossupsellsResponse!
Arguments
crossupsells.input
● CrossupsellSearchInput
input
Filtering criteria including source and target products/clusters and recommendation type.
Type
CrossupsellsResponse
object
Paginated response containing cross-sell and upsell recommendations.
Returns a collection of recommendation data with pagination metadata. Each recommendation includes source/target products, recommendation types, subtypes, and timestamps. The response provides comprehensive information for analyzing and managing product recommendation relationships.