Updating an order
| Name | Type | Description | Notes |
|---|---|---|---|
| orderItems | List<OrderUpdateOrderItemsInner> | Complete list of ordered items. This replaces the existing list. (Set to [] to empty the order.) | [optional] |
| expires | String | Time when this order expires, null if if never expires. After the expiration time, the customer cannot download any renditions from this order any more. | [optional] |
| adminComment | String | Comment by the administrator on the order. | [optional] |
| orderData | List<Order> | Custom order data for the order. Completely replaces existing custom order data. | [optional] |