Skip to main content

crossupsell

Retrieve a cross-sell/upsell recommendation by ID.

Returns the recommendation entity including source and target products/clusters, recommendation type and subtype, timestamps, and product recommendation relationships.

Possible errors:

  • CROSSUPSELL_NOT_FOUND_ERROR: Recommendation not found
  • CROSSUPSELL_UNKNOWN_ERROR: Failed to retrieve cross-sell/upsell information
  • FORBIDDEN: Insufficient permissions to access data

AUTH: Role=[product.OWNER,product.EDITOR,product.VIEWER]

crossupsell(
id: String!
): Crossupsell!

Arguments

crossupsell.id ● String! non-null scalar

ID of the recommendation to retrieve.

Type

Crossupsell object

Cross-sell and upsell recommendation entity representing product relationship rules.

Defines recommendation relationships between products or product clusters to drive sales optimization. Each recommendation specifies a source (trigger) and target (suggested) product or cluster, along with the relationship type and optional categorization.

Supports both individual product recommendations and scalable cluster-based recommendations for comprehensive product relationship management.