Skip to main content
Version: 3.x

CheckoutLinesUpdate

Updates checkout line in the existing checkout.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutLinesUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}

Fields

CheckoutLinesUpdate.checkout ● Checkout object

An updated checkout.

CheckoutLinesUpdate.checkoutErrors ● [CheckoutError!]! deprecated non-null object

DEPRECATED

This 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?