Interface: CartUnOrderableItem
Defined in: type/CartUnOrderableItem.ts:5
Object class for CartUnOrderableItem
Properties
bundleId?
optionalbundleId?:string
Defined in: type/CartUnOrderableItem.ts:23
Cluster ID the item belongs to. Any child items provided must be part of the cluster's configuration as well.
clusterId?
optionalclusterId?:number
Defined in: type/CartUnOrderableItem.ts:21
Cluster ID the item belongs to. Any child items provided must be part of the cluster's configuration as well.
itemId
itemId:
string
Defined in: type/CartUnOrderableItem.ts:7
Item ID of the cart item, this id can be used for update or delete mutation for this cart item.
notes?
optionalnotes?:string
Defined in: type/CartUnOrderableItem.ts:17
Customer notes for the cart item
parentItemUUID?
optionalparentItemUUID?:string
Defined in: type/CartUnOrderableItem.ts:9
Id of the parent cart item.
price?
optionalprice?:number
Defined in: type/CartUnOrderableItem.ts:15
Price for the cart item, used when priceMode === EXTERNAL
priceMode?
optionalpriceMode?:PriceMode
Defined in: type/CartUnOrderableItem.ts:11
Price mode for this cart item, if not set the platform default will be used.
productId
productId:
number
Defined in: type/CartUnOrderableItem.ts:19
Product identifier
quantity?
optionalquantity?:number
Defined in: type/CartUnOrderableItem.ts:13
Quantity for the cart item