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
|