Skip to main content
Anchor to ReturnReasonDefinition

ReturnReasonDefinition

object

A standardized reason for returning an item.

  • Shopify offers an expanded library of return reasons available to all merchants
  • For each product, Shopify suggests a curated subset of reasons based on the product's category.

•Boolean!
non-null

Whether the return reason has been removed from taxonomy.

Deleted reasons should not be presented to customers when creating new returns, but may still appear on existing returns that were created before the reason was deleted. This field enables graceful deprecation of return reasons without breaking historical data.

•String!
non-null

A unique, human-readable, stable identifier for the return reason.

Example values include "arrived-late", "comfort", "too-tight", "color-too-bright", and "quality". The handle remains consistent across API versions and localizations, making it suitable for programmatic use.

•ID!

A globally-unique ID.

•String!
non-null

The localized, user-facing name of the return reason.

This field returns the reason name in the requested locale, automatically falling back to English if no translation is available. Use this field when displaying return reasons to customers.


Was this section helpful?

•interface

Was this section helpful?