shopPolicyUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a shop policy.
Access Scopes
`write_legal_policies` access scope. Also: The user must have access to manage legal policies.
Arguments
-
shopPolicy:
ShopPolicyInput! -
The properties to use when updating the shop policy.
Returns
-
shopPolicy:
ShopPolicy
The shop policy that has been updated.
-
userErrors:
ShopPolicyUserError!
The list of errors that occurred from executing the mutation.
Examples