| Name | Type | Description | Notes |
|---|---|---|---|
| order_item_id | string | The id for the order item (1 order can have multiple order items). | [optional] |
| cancellation_request | bool | Indicates whether the order was cancelled on request of the customer before the retailer has shipped it. | [optional] |
| fulfilment | \Swagger\BolClient\Model\OrderFulfilment | [optional] | |
| offer | \Swagger\BolClient\Model\OrderOffer | [optional] | |
| product | \Swagger\BolClient\Model\OrderProduct | [optional] | |
| quantity | int | Amount of ordered products for this order item id. | [optional] |
| unit_price | float | The selling price to the customer of a single unit including VAT. | [optional] |
| commission | float | The commission for all quantities of this order item. | [optional] |
| additional_services | \Swagger\BolClient\Model\AdditionalService[] | [optional] |