CrossupsellType
Classification of cross-sell and upsell recommendation types that determine the relationship and presentation context between products
enum CrossupsellType {
ACCESSORIES
ALTERNATIVES
OPTIONS
PARTS
RELATED
}
Values
CrossupsellType.ACCESSORIES
Accessory products that complement the main product. Used for suggesting additional items that enhance or work with the primary purchase.
CrossupsellType.ALTERNATIVES
Alternative products that can substitute the main product. Used for suggesting similar items when the primary product is unavailable or for comparison shopping.
CrossupsellType.OPTIONS
Optional upgrades or variations of the main product. Used for suggesting premium versions, different configurations, or enhanced features.
CrossupsellType.PARTS
Replacement parts or components for the main product. Used for suggesting maintenance items, spare parts, or consumables related to the primary purchase.
CrossupsellType.RELATED
Related products that are commonly purchased together. Used for suggesting items that are frequently bought in combination with the main product.
Member Of
Crossupsell
object ● CrossupsellCreateInput
input ● CrossupsellSearchInput
input