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

# Object

Product entity field reference.

| Field                 | Type               | Desc                                                                                                                             |
| :-------------------- | :----------------- | :------------------------------------------------------------------------------------------------------------------------------- |
| product\_id           | string             | Product unique identifier on Subotiz                                                                                             |
| product\_name         | string             | Product name                                                                                                                     |
| product\_status       | string             | Product status                                                                                                                   |
| merchant\_product\_id | string             | Product ID                                                                                                                       |
| category\_id          | string             | Product type unique identifier on Subotiz                                                                                        |
| description           | string             | Product description                                                                                                              |
| image\_url            | string             | Product image URL                                                                                                                |
| category\_name        | string             | Product type                                                                                                                     |
| created\_by           | string             | Product created by                                                                                                               |
| created\_at           | string             | Product created at                                                                                                               |
| features              | ProductFeature\[]  | Product features                                                                                                                 |
| metadata              | map\[string]string | A set of key-value pairs that can be attached to an object, allowing you to store additional information in a structured format. |

## ProductFeature

| Field | Type   | Desc                                                                               |
| ----- | ------ | ---------------------------------------------------------------------------------- |
| id    | string | Product feature unique identifier on Subotiz                                       |
| name  | string | Product feature name                                                               |
| type  | string | Product feature type<br />quantitative: Quantitative<br />qualitative: Qualitative |
