@bigcommerce/checkout-sdk / DigitalItem
-
↳
DigitalItem
- addedByPromotion
- brand
- categories
- categoryNames
- comparisonPrice
- couponAmount
- discountAmount
- discounts
- downloadFileUrls
- downloadPageUrl
- downloadSize
- extendedComparisonPrice
- extendedListPrice
- extendedSalePrice
- id
- imageUrl
- isTaxable
- listPrice
- name
- options
- parentId
- productId
- quantity
- retailPrice
- salePrice
- sku
- socialMedia
- stockPosition
- url
- variantId
• addedByPromotion: boolean
• brand: string
• Optional categories: LineItemCategory[][]
• Optional categoryNames: string[]
• comparisonPrice: number
• couponAmount: number
• discountAmount: number
• discounts: { discountedAmount: number ; name: string }[]
• downloadFileUrls: string[]
• downloadPageUrl: string
• downloadSize: string
• extendedComparisonPrice: number
LineItem.extendedComparisonPrice
• extendedListPrice: number
• extendedSalePrice: number
• id: string | number
• imageUrl: string
• isTaxable: boolean
• listPrice: number
• name: string
• Optional options: LineItemOption[]
• Optional parentId: null | string
• productId: number
• quantity: number
• retailPrice: number
• salePrice: number
• sku: string
• Optional socialMedia: LineItemSocialData[]
• Optional stockPosition: StockPosition
• url: string
• variantId: number