> 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/ordered-product-status.md).

# OrderedProductStatus

## Enumeration Members

### Active

```ts
Active: "ACTIVE";
```

The ordered product is current actively billed or shipped for the subscription.

***

### Owned

```ts
Owned: "OWNED";
```

The ordered product has been shipped and is now owned by the customer.

***

### Returned

```ts
Returned: "RETURNED";
```

The ordered product has been returned.
