Skip to main content

ShopAddressUpdate Object

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

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

Fields

shop ● Shop

Updated shop.

errors ● [ShopError!]!

Show deprecated

Returned By

shopAddressUpdate mutation