Skip to main content

CheckoutLanguageCodeUpdate Object

Updates language code in the existing checkout.

Triggers the following webhook events:

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

Fields​

checkout ● Checkout​

An updated checkout.

errors ● [CheckoutError!]!​

Show deprecatedHide deprecated

checkoutErrors ● [CheckoutError!]!​

DEPRECATED

Use errors field instead.

Returned By​

checkoutLanguageCodeUpdate mutation