FrequentProductResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the product. | [default to null] |
| name | String | Name of the product. | [default to null] |
| description | String | Optional description of the product. | [optional] [default to null] |
| barcode | String | Optional barcode of the product. | [optional] [default to null] |
| price | Double | Regular price of the product. | [default to null] |
| discount_price | Double | Discounted price of the product. | [default to null] |
| currency_code | String | Currency code for the product pricing. | [default to null] |
| is_active | Boolean | Whether the product is active. | [default to null] |
| deliverable | Boolean | Whether the product can be delivered. | [default to null] |
| featured | Boolean | Whether the product is featured. | [default to null] |
| digital | Boolean | Whether the product is digital. | [default to null] |
| age_restricted | Boolean | Whether the product has age restrictions. | [default to null] |
| available_qty | Integer | Available quantity of the product. | [optional] [default to null] |
| vendor_id | Long | Unique identifier for the vendor. | [default to null] |
| photo | String | Photo URL for the product. | [optional] [default to null] |
| options | List | Product options. | [optional] [default to null] |
| option_groups | List | Product option groups. | [optional] [default to null] |
| min_qty | Integer | Minimum order quantity. | [optional] [default to null] |
| max_qty | Integer | Maximum order quantity. | [optional] [default to null] |