Skip to main content

Interface: CartUnOrderableItem

Defined in: type/CartUnOrderableItem.ts:5

Object class for CartUnOrderableItem

Properties

bundleId?

optional bundleId?: 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?

optional clusterId?: 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?

optional notes?: string

Defined in: type/CartUnOrderableItem.ts:17

Customer notes for the cart item


parentItemUUID?

optional parentItemUUID?: string

Defined in: type/CartUnOrderableItem.ts:9

Id of the parent cart item.


price?

optional price?: number

Defined in: type/CartUnOrderableItem.ts:15

Price for the cart item, used when priceMode === EXTERNAL


priceMode?

optional priceMode?: 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?

optional quantity?: number

Defined in: type/CartUnOrderableItem.ts:13

Quantity for the cart item