Skip to main content

Interface: QuickOrderSubmitResult

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

Result of a useQuickOrder.submit call.

Properties

added?

optional added?: number

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

How many lines were created/updated (from the bulk response).


cart?

optional cart?: Cart

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

The cart the items were added to.


error?

optional error?: string

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


success

success: boolean

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