Skip to main content
object

Requires read_legal_policies access scope.

Policy that a merchant has configured for their store, such as their refund or privacy policy.

HTML!non-null

The text of the policy. The maximum size is 512kb.

Date!non-null

The date and time (ISO 8601 format) when the policy was created.

ID!non-null

A globally-unique ID.

String!non-null

The translated title of the policy. For example, Refund Policy or Politique de remboursement.

[Translation!]!non-null

The published translations associated with the resource.

ShopPolicyType!non-null

The shop policy type.

Date!non-null

The date and time (ISO 8601 format) when the policy was last modified.

URL!non-null

The public URL of the policy.


Was this section helpful?

mutation

Updates a shop policy.

Arguments

ShopPolicyInput!required

The properties to use when updating the shop policy.


Fields

ShopPolicy

The shop policy that has been updated.

[ShopPolicyUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?