Skip to main content
object

Requires read_legal_policies access scope.

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?

•query

Returns a return policy profile of a shop.

Arguments

•ID!
required

The ID of the return policy profile to fetch.


•query

Returns the return policy profiles of a shop.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Boolean

Filter by default status. If not provided, returns all profiles.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?

•interface

Was this section helpful?