crossupsellCreate
Create a cross-sell/upsell recommendation.
Returns the created recommendation.
Possible errors:
- CROSSUPSELL_CREATE_ERROR: Creation failed
- CROSSUPSELL_VALIDATION_ERROR: Invalid input data
- CROSSUPSELL_CROSS_SERVICE_ERROR: One or more specified products do not exist
- FORBIDDEN: Insufficient permissions to create data
AUTH: Role=[product.OWNER]
crossupsellCreate(
input: CrossupsellCreateInput!
): Crossupsell!
Arguments
crossupsellCreate.input
● CrossupsellCreateInput!
non-null input
Recommendation creation data including source and target products/clusters and recommendation type.
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.