Current Problem
Calls to /api/Order/{id}/Items use Toolkit.DataClasses.Orders.API.NewOrderItem which includes -- UnitPrice (number, optional), -- UnitPriceVat (number, optional), -- Discount (number, optional) but in all my tests these values are ignored and the item is added at its default value. |
|
Idea to resolve Problem | Implement the pricing fields. |