Interface: QuickOrderSubmitResult
Defined in: composables/react/useQuickOrder.ts:108
Result of a useQuickOrder.submit call.
Properties
added?
optionaladded?:number
Defined in: composables/react/useQuickOrder.ts:113
How many lines were created/updated (from the bulk response).
cart?
optionalcart?:Cart
Defined in: composables/react/useQuickOrder.ts:111
The cart the items were added to.
error?
optionalerror?:string
Defined in: composables/react/useQuickOrder.ts:114
success
success:
boolean
Defined in: composables/react/useQuickOrder.ts:109