Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Requires read_returns access scope.

Returns a Return resource by ID.

ID!required

The ID of the Return to return.


Was this section helpful?

Represents a return.

decline

Additional information about the declined return.

exchangeLineItems
non-null

The exchange line items attached to the return.

id
non-null

A globally-unique ID.

name
non-null

The name of the return.

order
non-null

The order that the return belongs to.

refunds
non-null

The list of refunds associated with the return.

returnLineItems
non-null

The return line items attached to the return.

returnShippingFees
non-null

The return shipping fees for the return.

reverseFulfillmentOrders
non-null

The list of reverse fulfillment orders for the return.

status
non-null

The status of the return.

suggestedRefund

A suggested refund for the return.

totalQuantity
non-null

The sum of all return line item quantities for the return.


Was this section helpful?