ShopDomainUpdate Object
Updates site domain of the shop.
type ShopDomainUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Fields
ShopDomainUpdate.shop ● Shop object miscellaneous
Updated shop.
ShopDomainUpdate.shopErrors ● [ShopError!]! deprecated non-null object shop
DEPRECATED
Use errors field instead.
ShopDomainUpdate.errors ● [ShopError!]! non-null object shop
Returned By
shopDomainUpdate mutation