Returns a paged list of all calculated prices, optionally filtered by ProductID and PriceListID.
In addition to filtering on ProductID and PriceListID, it's also possible to only return prices for pricelists that are built using certain adjustment types.
For example, to only return prices for pricelists that contain a MANUAL_INPUT adjustment, pass that string into the PriceListAdjustmentTypes array field.
Likewise, to only return pricelists that are attached to an organization with a certain PriceListUsageType you can add the PriceListUsageTypeID to the PriceListUsageTypeIDs filter.
Returns a paged list of all calculated prices, optionally filtered by ProductID and PriceListID.
In addition to filtering on ProductID and PriceListID, it's also possible to only return prices for pricelists that are built using certain adjustment types.
For example, to only return prices for pricelists that contain a MANUAL_INPUT adjustment, pass that string into the
PriceListAdjustmentTypes
array field.Likewise, to only return pricelists that are attached to an organization with a certain PriceListUsageType you can add the PriceListUsageTypeID to the PriceListUsageTypeIDs filter.