> ## 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 in your store

The `Product` object represents a product in your store. Products can be associated with subscription plan groups and collections.

### Search query fields

| Field          | Description                  | Type   |
| -------------- | ---------------------------- | ------ |
| id             | The product identifier       | string |
| title          | The product title            | string |
| status         | The product status           | string |
| variants.title | The product's variants title | string |
| variants.sku   | The product's variants sku   | string |

### Reference
