ProductResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| name | String | [default to null] | |
| description | String | [default to null] | |
| currency | CurrencyResponse | [default to null] | |
| vendor_id | Long | [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] | |
| category_id | Long | [optional] [default to null] | |
| hero_tag | String | [default to null] | |
| capacity | String | [optional] [default to null] | |
| unit | String | [optional] [default to null] | |
| package_count | String | [optional] [default to null] | |
| token | String | [optional] [default to null] | |
| description_url | String | [default to null] | |
| barcode | String | [optional] [default to null] | |
| tags | List | [default to null] | |
| vendor | VendorResponse | [optional] [default to null] | |
| option_groups | List | [default to null] | |
| menus | List | [default to null] | |
| selected_options | List | [optional] [default to null] | |
| categories | List | [default to null] | |
| sub_categories | List | [default to null] | |
| option_group_requirement_check | Boolean | [default to null] | |
| is_digital | Boolean | [default to null] | |
| rental | ProductRentalInfo | Rental information (only present for rental products) | [optional] [default to null] |
| pharmacy | ProductPharmacyInfo | Pharmacy information (only present for pharmacy products) | [optional] [default to null] |
| grocery | ProductGroceryInfo | Grocery information (only present for grocery products) | [optional] [default to null] |
| unit_pricing | ProductUnitPricingInfo | EU Price Indication Directive: Unit pricing information (e.g., “2.50 EUR / 100g”) | [optional] [default to null] |
| pricing | ProductPricingInfo | Pricing information grouped together | [default to null] |
| inventory | ProductInventoryInfo | Inventory information grouped together | [default to null] |
| rating_info | ProductRatingInfo | Rating information grouped together | [default to null] |
| status | ProductStatusFlags | Status flags grouped together | [default to null] |
| media | ProductMediaInfo | Media assets grouped together | [default to null] |
| timestamps | ProductTimestamps | Timestamps grouped together | [default to null] |