CartItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| product_id | Long | Unique identifier of the product. | [default to null] |
| vendor_location_id | Long | Unique identifier of the vendor location. | [default to null] |
| quantity | Integer | Quantity of the product in the cart. | [default to null] |
| price | Double | Optional price for the cart item. | [optional] [default to null] |
| selected_options | List | Optional list of selected product options. | [optional] [default to null] |