Skip to main content

shopAddressUpdate Mutation

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

Requires the MANAGE_SETTINGSpermission.
shopAddressUpdate(
input: AddressInput
): ShopAddressUpdate
Show return type

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.

Requires the MANAGE_SETTINGSpermission.