Skip to main content

Interface: CrossupsellCreateInput

Defined in: type/CrossupsellCreateInput.ts:5

Input object for CrossupsellCreateInput

Properties

baseProductUuidFrom?

optional baseProductUuidFrom?: string

Defined in: type/CrossupsellCreateInput.ts:20

Identifier of the source record (product or cluster) the relationship originates from.


baseProductUuidTo?

optional baseProductUuidTo?: string

Defined in: type/CrossupsellCreateInput.ts:22

Identifier of the target record (product or cluster) the relationship points to.


clusterIdFrom?

optional clusterIdFrom?: number

Defined in: type/CrossupsellCreateInput.ts:15

clusterId from


clusterIdTo?

optional clusterIdTo?: number

Defined in: type/CrossupsellCreateInput.ts:17

clusterId to


productIdFrom?

optional productIdFrom?: number

Defined in: type/CrossupsellCreateInput.ts:11

productId from


productIdTo?

optional productIdTo?: number

Defined in: type/CrossupsellCreateInput.ts:13

productId to


subType?

optional subType?: string

Defined in: type/CrossupsellCreateInput.ts:9

Crossupsell subtype


type

type: CrossupsellType

Defined in: type/CrossupsellCreateInput.ts:7

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