Skip to main content
Version: Canary 🚧

ShopDomainUpdate

Updates site domain of the shop.

DEPRECATED: this mutation will be removed in Saleor 4.0. Use PUBLIC_URL environment variable instead.

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

Fields

ShopDomainUpdate.shop ● Shop object

Updated shop.

ShopDomainUpdate.shopErrors ● [ShopError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ShopDomainUpdate.errors ● [ShopError!]! non-null object

Returned by

shopDomainUpdate mutation


Was this page helpful?