ProductListItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| name | String | [default to null] | |
| description | String | [optional] [default to null] | |
| photo | String | [default to null] | |
| price | Double | [default to null] | |
| discount_price | Double | [default to null] | |
| show_discount | Boolean | [default to null] | |
| discount_percentage | Integer | [default to null] | |
| currency | MinimalCurrencyResponse | [default to null] | |
| vendor | VendorNestedResponse | [optional] [default to null] | |
| option_groups | List | [default to null] | |
| hero_tag | String | [default to null] | |
| is_active | Boolean | [default to null] | |
| featured | Integer | [default to null] | |
| has_stock | Boolean | [default to null] | |
| available_qty | Integer | [default to null] | |
| selected_qty | Integer | [default to null] | |
| unit | String | [optional] [default to null] | |
| is_favourite | Boolean | [default to null] | |
| tags | List | [default to null] | |
| vendor_location_id | Long | [optional] [default to null] | |
| vendor_location_name | String | [optional] [default to null] | |
| vendor_distance | Double | [optional] [default to null] |