Crossupsell
No description
type Crossupsell {
productId: Int
clusterId: Int
type: CrossupsellTypes!
subtype: String!
product: Product @deprecated
item: IBaseProduct
}
Fields
Crossupsell.productId ● Int scalar
Cross/Up Sell product identifier
Crossupsell.clusterId ● Int scalar
Cross/Up Sell cluster identifier
Crossupsell.type ● CrossupsellTypes! non-null enum
Cross/Up Sell type
Crossupsell.subtype ● String! non-null scalar
Cross/Up Sell subtype
Crossupsell.product ● Product deprecated object
DEPRECATED
Deprecated in favor of item
Crossupsell.item ● IBaseProduct interface
Returned By
crossupsells query