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