Skip to main content
query

Requires read_legal_policies access scope.

Returns a return policy profile of a shop.

•ID!
required

The ID of the return policy profile to fetch.


Was this section helpful?

•ReturnPolicyProfile

A return policy profile.

•Boolean!
non-null

Whether this return policy profile is the default profile for the shop.

•ReturnPoliciesEditRules

The rules that apply to buyer-initiated edit and cancellation requests under this policy. When null, edit rules are disabled and customers can request cancellations without restrictions.

•ID!
non-null

A globally-unique ID.

•[Market!]!
non-null

The markets that this return policy profile applies to.

•String

The name of the return policy profile. This is a merchant-defined value that identifies the profile. The default profile has a null name.

•ReturnPoliciesReturnRules

The rules that apply to returns under this policy. When null, return rules are disabled and customers can return items without restrictions.

•DateTime

The time when the return policy profile was last updated. This is an aggregated value based on the profile, its default promise, and all overrides.


Was this section helpful?