CheckoutThemeUpdate
Result of checkout theme update mutation.
type CheckoutThemeUpdate {
shopErrors: [ShopError!]!
shop: Shop!
checkoutTheme: CheckoutTheme
}
Fields
CheckoutThemeUpdate.shopErrors ● [ShopError!]! non-null object
List of errors that occurred executing the mutation.
CheckoutThemeUpdate.shop ● Shop! non-null object
Updated shop.
CheckoutThemeUpdate.checkoutTheme ● CheckoutTheme object
The checkout theme.
Returned By
checkoutThemeUpdate mutation