Skip to main content
Version: 3.x

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

Updated shop.

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

DEPRECATED

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

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

Returned by

shopAddressUpdate mutation


Was this page helpful?