Skip to main content

CheckoutSetTransactionCurrency

Result of checkout set transaction currency mutation.

type CheckoutSetTransactionCurrency {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}

Fields

CheckoutSetTransactionCurrency.checkout ● Checkout object

The checkout with the updated transaction currency.

CheckoutSetTransactionCurrency.checkoutErrors ● [CheckoutError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

checkoutSetTransactionCurrency mutation

Was this page helpful?