Information on Qualifiers for qp_preq_pub.price_request API
We have a requirement to develop a custom report. The Report will be accepting two parameters i.e. Customer Name and Price LIst Name, based on this, the report needs to call API qp_preq_pub.price_request for each item on the price list and get the Final selling price after applying all the adjustments (i.e. Modifiers).
Currently, we are passing the qualifier information manually i.e. a fixed list of qualifiers. But, however, the API is not returning the correct price as the qualifiers list that we are passing is not sufficient. We are now looking for an option, wherein we can pass the list of qualifiers dynamically. Is there any way, we can identifiy the list of qualifiers dynamically each time the API is called for a Price list Item?