ℹ️ This change was deployed on 26.08.2025.
We want to inform you about a change in our filters in API endpoints for querying offers.
The "version" filter in the request payload, which allowed querying for older versions of an offer, has been removed. The Seller API will ignore the version in request payloads and always return the most current version. The "version" key-value pair remains in the response to maintain consistency in the response body.
The following endpoints are affected:
- OfferService/GetOffer
- OfferService/BatchGetOffers
- MarketOfferService/GetMarketOffer
- MarketOfferService/BatchGetMarketOffer
- MarketOfferService/ListMarketOffersByOffer
In our regular usage reviews, we noticed that filtering by specific versions of offers can have negative performance implications on our database and that it provided no real use case for current API users.