---
title: OrderReturnInformation - Customer API
description: The return information for a specific order.
api_version: 2026-01
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/OrderReturnInformation'
  md: >-
    https://shopify.dev/docs/api/customer/latest/objects/OrderReturnInformation.md
---

# Order​Return​Information

object

The return information for a specific order.

## Fields

* has​Restocking​Fee

  [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean)

  non-null

  Whether the order has one or more restocking fees associated with its returnable line items.

* has​Return​Shipping​Fee

  [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean)

  non-null

  Whether the order has one or more return shipping fees associated with its returnable line items.

* non​Returnable​Line​Items

  [Non​Returnable​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/NonReturnableLineItemConnection)

  non-null

  The line items that are not eligible for return.

  * first

    [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int)

    ### Arguments

    The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * after

    [String](https://shopify.dev/docs/api/customer/latest/scalars/String)

    The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * last

    [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int)

    The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * before

    [String](https://shopify.dev/docs/api/customer/latest/scalars/String)

    The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * reverse

    [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean)

    Default:false

    Reverse the order of the underlying list.

  ***

* non​Returnable​Summary

  [Order​Non​Returnable​Summary](https://shopify.dev/docs/api/customer/latest/objects/OrderNonReturnableSummary)

  [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The summary of reasons why the order is ineligible for return.

* returnable​Line​Items

  [Returnable​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/ReturnableLineItemConnection)

  non-null

  The line items that are eligible for return.

  * first

    [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int)

    ### Arguments

    The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * after

    [String](https://shopify.dev/docs/api/customer/latest/scalars/String)

    The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * last

    [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int)

    The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * before

    [String](https://shopify.dev/docs/api/customer/latest/scalars/String)

    The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * reverse

    [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean)

    Default:false

    Reverse the order of the underlying list.

  ***

* return​Fees

  [\[Return​Fee!\]!](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnFee)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The subtotal of all fees associated with return processing that have been applied to the order (e.g. return shipping fees or restocking fees), aggregated by fee type.

* return​Shipping​Method​Note

  [String](https://shopify.dev/docs/api/customer/latest/scalars/String)

  Note for the buyer about the return shipping method. Possible values are: "merchant\_provided\_label", "no\_shipping\_required", or a localized message that the buyer is responsible for return shipping.

* return​Shipping​Methods

  [\[Return​Shipping​Method!\]!](https://shopify.dev/docs/api/customer/latest/enums/ReturnShippingMethod)

  non-null

  A set of return shipping methods associated with the order's returnable line items. Return shipping methods are defined by the return rules at the time the order is placed.

***

## Map

### Fields with this object

* [Order.returnInformation](https://shopify.dev/docs/api/customer/latest/objects/Order#field-Order.fields.returnInformation)
