@bigcommerce/checkout-sdk / LineItem
-
LineItem
- addedByPromotion
- brand
- categories
- categoryNames
- comparisonPrice
- couponAmount
- discountAmount
- discounts
- extendedComparisonPrice
- extendedListPrice
- extendedSalePrice
- id
- imageUrl
- isTaxable
- listPrice
- name
- options
- parentId
- productId
- quantity
- retailPrice
- salePrice
- sku
- socialMedia
- url
- variantId
• addedByPromotion: boolean
• brand: string
• Optional
categories: LineItemCategory
[][]
• Optional
categoryNames: string
[]
• comparisonPrice: number
• couponAmount: number
• discountAmount: number
• discounts: { discountedAmount
: number
; name
: string
}[]
• extendedComparisonPrice: number
• 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
[]
• url: string
• variantId: number