Skip to main content

Interface: QuickOrderLine

Defined in: composables/react/useQuickOrder.ts:62

One line a caller submits to be added to the cart.

Properties

clusterId?

optional clusterId?: number

Defined in: composables/react/useQuickOrder.ts:68

Cluster id, when the line is a cluster.


code?

optional code?: string

Defined in: composables/react/useQuickOrder.ts:70

The typed code — carried through only for missing-code reporting.


productId

productId: number

Defined in: composables/react/useQuickOrder.ts:64

Resolved product id.


quantity

quantity: number

Defined in: composables/react/useQuickOrder.ts:66

Quantity to add.