CheckoutLinesUpdate
Updates checkout line in the existing checkout.
type CheckoutLinesUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutLinesUpdate.checkout
● Checkout
object
An updated checkout.
CheckoutLinesUpdate.checkoutErrors
● [CheckoutError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CheckoutLinesUpdate.errors
● [CheckoutError!]!
non-null object
Returned by
checkoutLinesUpdate
mutation
Was this page helpful?