> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/enumerations/return-order-status.md).

# ReturnOrderStatus

## Enumeration Members

### Cancelled

```ts
Cancelled: "CANCELLED";
```

The return order has been cancelled

***

### Completed

```ts
Completed: "COMPLETED";
```

The return order has been completed, the products has been returned.

***

### InProgress

```ts
InProgress: "IN_PROGRESS";
```

The return order is progress and awaiting products to be returned.
