Skip to main content

Interface: GetCrossupsellsOptions

Defined in: composables/react/useCart.ts:71

Arguments for UseCartReturn.getCrossupsells.

Properties

clusterId?

optional clusterId?: number

Defined in: composables/react/useCart.ts:75

Source cluster id to fetch crossupsells for.


imageVariantFilters?

optional imageVariantFilters?: TransformationsInput

Defined in: composables/react/useCart.ts:81

Image transformation filters for the returned items.


productId?

optional productId?: number

Defined in: composables/react/useCart.ts:73

Source product id to fetch crossupsells for.


taxZone?

optional taxZone?: string

Defined in: composables/react/useCart.ts:79

Tax zone for price calculation. Defaults to 'NL'.


types?

optional types?: string[]

Defined in: composables/react/useCart.ts:77

Crossupsell types; defaults to [ACCESSORIES].