We want to find out unit selling price and adjustments applied on an item without order details.
Our requirement is to find out the unit list price and unit selling price of an item by passing information like item number, customer, price list etc as done on the Pricing and Availability screen by using API. We tried with QP_PREQ_PUB.PRICE_REQUEST and was able to fetch it by setting the qualifier_context and qualifier_attribute based on the modifier we know will work.
But, we dont want to hardcode the qualifier context and qualifier attribute values in the wrapper program. We just want to pass basic information and the pricing engine should return the appropriate price. If anyone has done on similar requirement or have any knowledge on how that can be achieved please share.