Skip to main content

CrossupsellCreateInput

No description

input CrossupsellCreateInput {
type: CrossupsellType!
subType: String
productIdFrom: Int
productIdTo: Int
clusterIdFrom: Int
clusterIdTo: Int
}

Fields

CrossupsellCreateInput.type ● CrossupsellType! non-null enum

Crossupsell type! One of: [accessories, alternatives, options, parts, related]

CrossupsellCreateInput.subType ● String scalar

Crossupsell subtype

CrossupsellCreateInput.productIdFrom ● Int scalar

productId from

CrossupsellCreateInput.productIdTo ● Int scalar

productId to

CrossupsellCreateInput.clusterIdFrom ● Int scalar

clusterId from

CrossupsellCreateInput.clusterIdTo ● Int scalar

clusterId to

Member Of

crossupsellCreate mutation