> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ReturnOrderStatus"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
