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.

mutation

Requires write_returns access scope or write_marketplace_returns access scope. Also: Requires the write_orders access scope. The user must have return_orders permission.

A customer's return request that hasn't been approved or declined. This mutation sets the value of the Return.status field to REQUESTED. To create a return that has the Return.status field set to OPEN, use the returnCreate mutation.

The input fields for requesting a return.


Was this section helpful?

Anchor to ReturnRequestPayload returnsReturnRequestPayload returns

The requested return.

The list of errors that occurred from executing the mutation.


Was this section helpful?