shopAddressUpdate Mutation
Update the shop's address. If the null value is passed, the currently selected address will be deleted.
shopAddressUpdate(
input: AddressInput
): ShopAddressUpdate
Details
type ShopAddressUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Arguments
input ● AddressInput
Fields required to update shop address.
Type
ShopAddressUpdate
Update the shop's address. If the null value is passed, the currently selected address will be deleted.