# 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.
