Skip to main content

Interface: GetCrossupsellsOptions

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

Arguments for UseCartReturn.getCrossupsells.

Properties

clusterId?

optional clusterId?: number

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

Source cluster id to fetch crossupsells for.


imageVariantFilters?

optional imageVariantFilters?: TransformationsInput

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

Image transformation filters for the returned items.


productId?

optional productId?: number

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

Source product id to fetch crossupsells for.


taxZone?

optional taxZone?: string

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

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


types?

optional types?: string[]

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

Crossupsell types; defaults to [ACCESSORIES].