ControllerOrderItemInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| product_id | Long | ID of the product being ordered. | [default to null] |
| quantity | Integer | Quantity of the product. | [default to null] |
| price | Double | Price per unit of the product. | [default to null] |
| options | any | Optional product configuration options. | [optional] [default to null] |