Skip to content

TAddItemOptions object

TAddItemOptions object represents details regarding the item we want to add to the basket and consists of the following fields:

  • variantId: number
  • quantity?: number
  • variantOptions?: Record<string, string>
  • basketTrackingParams?: string
  • isExchangedWithLoyaltyPoints?: boolean
  • bundleItems?: BundleItem[]
  • showAddedModal?: boolean

BundleItem

Represents the BundleItem model.