ProductQuantityResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| product_id | Long | Unique identifier of the product. | [default to null] |
| quantity_in_cart | Integer | Current quantity of the product in the cart. | [default to null] |
| available_quantity | Integer | Available quantity in stock. | [optional] [default to null] |
| can_add_more | Boolean | Whether more of this product can be added. | [default to null] |