Skip to Main Content
MintSoft Ideas Portal
Status Needs votes
Created by Guest
Created on Feb 13, 2024

In an API call to add a new item to an existing order, honour the prices provided

No description provided
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.
  • Attach files