I have to create a save search and fetch pricing of items which is quantity based. How to do that. For fetching unit price, I use the following formula.
DEC
When you turn on Multiple Prices and/or Quantity Pricing feature in NetSuite, there is an additional record joined to the item record called Pricing ({pricing}).
This new pricing join has {quantityrange}, {maximumquantity}, and {minimumquantity}. You can use these fields to add to your query of the item record, or you can go direct from the Pricing record which has a join to the item recording using field {item}.