Skip to main content

ShopAddressUpdate

Update the shop's address. If the null value is passed, the currently selected address will be deleted.

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

Fields

ShopAddressUpdate.shop ● Shop object miscellaneous

Updated shop.

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

DEPRECATED

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

ShopAddressUpdate.errors ● [ShopError!]! non-null object shop

Returned By

shopAddressUpdate mutation