CheckoutLinesUpdate
Result of checkout lines update mutation.
type CheckoutLinesUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutLinesUpdate.checkout ● Checkout object
The checkout with updated lines.
CheckoutLinesUpdate.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutLinesUpdate mutation