# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/2026/2026-02-24-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
