> ## Documentation Index
> Fetch the complete documentation index at: https://juo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Product resource

> This object represents a product purchasable by customers

The `Product` object is a purchasable resource, it comes with multiple purchase options based on the subscription offers set up in your account. Customers can subscribe to a product or add them as onetime purchases to upcoming recurring orders.

### Search query fields

| Field              | Description                       | Type                                                                                    |
| ------------------ | --------------------------------- | --------------------------------------------------------------------------------------- |
| id                 | The product identifier            | string                                                                                  |
| title              | The product title                 | string                                                                                  |
| status             | The product status                | enum (`ACTIVE`, `ARCHIVED`, `DRAFT`)                                                    |
| availability       | The product availability          | enum (`not-for-sale`, `out-of-stock`, `subscription-only`, `onetime-only`, `available`) |
| variants.id        | The product's variant id          | string                                                                                  |
| variants.title     | The product's variant title       | string                                                                                  |
| collections.handle | The product's collections' handle | string                                                                                  |

### Reference
