Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.22 KB

File metadata and controls

18 lines (14 loc) · 1.22 KB

OrderOrderItem

Properties

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]

[Back to Model list] [Back to API list] [Back to README]