| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The product id | [optional] |
| sku | string | Stock Keeping Unit or the identification unit of an individual product (generally alphanumeric) | [optional] |
| category_name | string | If the product comes under a certain specified category or not. If not, then it will be named as default | [optional] |
| is_combo | int | [optional] | |
| name | string | Product name | [optional] |
| type | string | Mention of the type of product | [optional] |
| color | string | Mentions the product color | [optional] |
| brand | string | Mentions the brand of the product. | [optional] |
| total_quantity | int | Shows the total number of pieces of the product as listed | [optional] |
| available_quantity | int | Shows the quantity which can be shipped | [optional] |
| blocked_quantity | int | Shows the number of product pieces which cannot be shipped | [optional] |
| updated_on | string | Displays the time of inventory updation | [optional] |