# 2026-02-24: Emporix SDK - price list prices q param search support

## Overview

A new version of the Emporix SDK has been released with the following changes:

* support for the `q` query parameter in the price list prices retrieval endpoint
* support for the new price list prices search endpoint

## New methods

| Method                            | Description                                                                 |
| --------------------------------- | --------------------------------------------------------------------------- |
| PriceListPriceClient.searchPrices | New method that allows searching for price list prices with a request body. |

## Updated methods

| Method                         | Description                                                                     |
| ------------------------------ | ------------------------------------------------------------------------------- |
| PriceListPriceClient.getPrices | Added support for the standard `q` query parameter to filter price list prices. |

## Known problems

There are no known problems.
