> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ReturnOrderStatus

> An enumeration value representing the current status of a return.

## Valid values

***

`RETURN_REQUESTED`

A return was requested by a buyer.

***

`RETURN_REQUEST_ACCEPTED`

The return request has been accepted and being processed.

***

`RETURN_APPROVED`

The order has been approved for return and a shipping label has been printed (Amazon) or the merchant has sent return communications to buyer (Shopify).

***

`RETURN_DENIED`

Return failed. Could either be an error returning the order or the return failed because request was denied by merchant.

***

`RETURN_CLOSED`

The return has been completed meaning the merchant has recieved the item and issued a refund.

***

## Related types

***

* [`ReturnShopify`](/api-reference/returnshopify)
* [`ReturnAmazon`](/api-reference/returnamazon)
