CheckoutThemeCreate
Create a new checkout theme.
type CheckoutThemeCreate {
shop: Shop
shopErrors: [ShopError!]!
}
Fields
CheckoutThemeCreate.shop ● Shop object
Updated shop.
CheckoutThemeCreate.shopErrors ● [ShopError!]! non-null object
Returned By
checkoutThemeCreate mutation