Skip to main content

Interface: CartItemBulkInput

Defined in: type/CartItemBulkInput.ts:4

Input object for CartItemBulkInput

Properties

clusterId?

optional clusterId?: number

Defined in: type/CartItemBulkInput.ts:10

Cluster ID the item belongs to. Any child items provided must be part of the cluster's configuration as well.


itemId?

optional itemId?: string

Defined in: type/CartItemBulkInput.ts:6

CartItem unique identifier


notes?

optional notes?: string

Defined in: type/CartItemBulkInput.ts:16

Item notes


price?

optional price?: number

Defined in: type/CartItemBulkInput.ts:12

Cart item unit price. Defaults to calculated price. Only use for external pricing.


productId?

optional productId?: number

Defined in: type/CartItemBulkInput.ts:8

Product unique identifier


quantity?

optional quantity?: number

Defined in: type/CartItemBulkInput.ts:14

Item quantity in cart, defaults to 1. If updated with null value quantity will be set to 1.