> For the complete documentation index, see [llms.txt](https://cryptococo.gitbook.io/cocoshop-theme-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/product.md).

# product

### Properties

| Name                    | Type                                                                            | Description                                                                              |
| ----------------------- | ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| id                      | string                                                                          |                                                                                          |
| name                    | string                                                                          |                                                                                          |
| token\_id               | string                                                                          |                                                                                          |
| image\_url              | string                                                                          |                                                                                          |
| description             | string \| null                                                                  |                                                                                          |
| creation\_tx\_hash      | string                                                                          | Hash of the transaction in which the item was created                                    |
| creation\_tx\_timestamp | number                                                                          | Timestamp of when the item was created (Unix timestamp)                                  |
| url                     | string                                                                          |                                                                                          |
| attributes              | [attribute](/cocoshop-theme-development/liquid/objects/attribute.md)\[] \| null |                                                                                          |
| collection              | [collection](/cocoshop-theme-development/liquid/objects/collection.md)          |                                                                                          |
| owner                   | [wallet](/cocoshop-theme-development/liquid/objects/wallet.md)                  |                                                                                          |
| is\_owner               | boolean                                                                         | `true` if the wallet is connected and user are the owner of the product                  |
| is\_correct\_chain      | boolean                                                                         | `true` if the wallet is connected and connected to the chain in which the product exists |
| sell                    | [sell](broken://pages/T4FlgEJyCfPPfIDGqpnM) \| null                             | The sell object exists only if the item is for sale                                      |

### Access

* :grapes: In [product template](/cocoshop-theme-development/architecture/templates/product.md)
