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