# shopPolicyUpdate - admin - MUTATION Version: unstable ## Description Updates a shop policy. ### Access Scopes `write_legal_policies` access scope. ## Arguments * [shopPolicy](/docs/api/admin/unstable/input-objects/ShopPolicyInput): ShopPolicyInput! - The properties to use when updating the shop policy. ## Returns * [shopPolicy](/docs/api/admin/unstable/objects/ShopPolicy): ShopPolicy The shop policy that has been updated. * [userErrors](/docs/api/admin/unstable/objects/ShopPolicyUserError): ShopPolicyUserError! The list of errors that occurred from executing the mutation. ## Examples