Skip to main content

ShopDomainUpdate Object

Updates site domain of the shop.

Requires the MANAGE_SETTINGSpermission.
type ShopDomainUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}

Fields

shop ● Shop

Updated shop.

errors ● [ShopError!]!

Show deprecatedHide deprecated

shopErrors ● [ShopError!]!

DEPRECATED

Use errors field instead.

Returned By

shopDomainUpdate mutation