AddToCartRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| product_id | Long | Unique identifier of the product to add. | [default to null] |
| vendor_location_id | Long | Unique identifier of the vendor location. | [default to null] |
| quantity | Integer | Quantity of the product to add. | [default to null] |
| price | Double | Optional custom price for the product. | [optional] [default to null] |
| selected_options | List | Optional list of selected product options. | [optional] [default to null] |
| product | ProductResponse | Product details. | [optional] [default to null] |
| selected_qty | Integer | Selected quantity (alternative field). | [optional] [default to null] |