checkoutLanguageCodeUpdate Mutation
Updates language code in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
checkoutLanguageCodeUpdate(
checkoutId: ID
id: ID
languageCode: LanguageCodeEnum!
token: UUID
): CheckoutLanguageCodeUpdate
Show return type
Arguments
id ● ID
The checkout's ID.
languageCode ● LanguageCodeEnum!
New language code.
Show deprecated
Type
CheckoutLanguageCodeUpdate
Updates language code in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.