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