| 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] |
| 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] |
| regular_price | String | The peso value of the item without any discounts. | [default to null] |