| id | String | Item ID | [default to null] |
| extra_group | List | List of grouped extras of an item | [optional] [default to null] |
| item_limit_per_time_slot | List | Maximum number of allowed purchase of the item across all platform per time slot | [optional] [default to null] |
| quantity | BigDecimal | Item order quantity | [default to null] |
| extras | List | | [default to null] |
| store_id | String | Store which this item belongs to, can be used for filtering | [optional] [default to null] |
| store_name | String | Store name which this item belongs to | [optional] [default to null] |
| name | String | The name of the item | [default to null] |
| description | String | The description of the item | [default to null] |
| image_url | String | The nominated item display image in url form | [default to null] |
| discount_description | String | The item discount description | [optional] [default to null] |
| active_discount | String | The peso value of the current active item discount. If discount_type is rawDiscount, this is equal to the discount_value. If percentDiscount, this is equal to the regular_price multiplied to the discount_value/100. | [optional] [default to null] |
| price | String | The active price of the item, if there is an active discount, this should be equal to the discounted_price, if there is no active discount, this should be equal to the regular price | [default to null] |
| discount_type | String | The type of discount applied ("noDiscount", "rawDiscount", "percentDiscount") | [optional] [default to null] |
| discount_value | String | The value of the discount applied. For example if discount_value is "20", if discount_type is percentDiscount, this means 20% off. If discount_type is rawDiscount, this means P20.00 off. | [optional] [default to null] |
| discounted_price | String | The peso value of the item, applying the active_discount to the regular_price. | [default to null] |
| regular_price | String | The peso value of the item without any discounts. | [optional] [default to null] |
| tags | List | Item tags | [default to null] |
| category | String | Item category, should be in store category list | [optional] [default to null] |
| item_code | String | Random unique item code | [default to null] |
| is_bulk | Boolean | Indicates the item is bulky and will automatically select car on checkout if order type is delivery | [optional] [default to null] |
| is_meal_plan | Boolean | Indicates if item is part of meal plan order type | [optional] [default to null] |
| item_limit_per_day | BigDecimal | Maximum number of allowed purchase of the item across all platform per day | [optional] [default to null] |