Interface: QuickOrderMatch
Defined in: composables/react/useQuickOrder.ts:42
A product resolved from a typed code — the shape a row fills in on select.
Properties
clusterId?
optionalclusterId?:number
Defined in: composables/react/useQuickOrder.ts:46
Cluster id when the match is a cluster, else undefined.
grossPrice
grossPrice:
number
Defined in: composables/react/useQuickOrder.ts:54
Gross (incl. VAT) unit price.
imageUrl
imageUrl:
string
Defined in: composables/react/useQuickOrder.ts:58
Thumbnail URL, if any.
minQuantity
minQuantity:
number
Defined in: composables/react/useQuickOrder.ts:56
Minimum order quantity (defaults to 1).
name
name:
string
Defined in: composables/react/useQuickOrder.ts:48
Localized product name.
netPrice
netPrice:
number
Defined in: composables/react/useQuickOrder.ts:52
Net (excl. VAT) unit price.
productId
productId:
number
Defined in: composables/react/useQuickOrder.ts:44
Product id (or cluster's default product id) — the cart line identity.
sku
sku:
string
Defined in: composables/react/useQuickOrder.ts:50
The product SKU/code (canonical, from the API).