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 deprecatedHide deprecated

shopErrors ● [ShopError!]!

DEPRECATED

Use errors field instead.

Returned By

shopAddressUpdate mutation