Skip to main content

CheckoutLinesUpdate Object

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

checkout ● Checkout

An updated checkout.

errors ● [CheckoutError!]!

Show deprecated

Returned By

checkoutLinesUpdate mutation