...
For searching in Price Parameters, you should almost exclusively use specialized methods api.findLookupTable
and api.findLookupTableValues
. For more details see Searching in Price Parameters.
Using Attribute Names in Searches
...
Again, there are two ways to search in Price Parameters (PP). If you do not need advanced features like sorting, you should always use the method api.findLookupTableValues().
...
Sometimes, however, you need the to use an advanced features such as data sorting. In such cases, you need to specify the ID of the lookup table as a filter.
...