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