Filters not working on search query
Hi, I am using Search query from Browse API and I'm using some filters on my query. For example using itemStartDate but when I input a day in the future, like random day in 2026. I'm expecting to return 0 results but I get the same set of results prior to inputting the filter, its almost like its completely ignored the filter.
https://api.ebay.com/buy/browse/v1/item_summary/search?q=cats%20and%20dogs%20toys&limit=10&filter=price:[0..100],itemStartDate:[2026-10-27T00:00:00Z]
^My itemStartDate filter is at the end of this URL
Compared the format and filter name against the documentation and it does support the Browse Search query. Also states ".." is not required for a single date
https://developer.ebay.com/api-docs/buy/static/ref-buy-browse-filters.html
shipscript
·2 years ago@rapii_25
Be sure to URL encode the parameters. Examples on this page:
https://developer.ebay.com/api-docs/static/rest-request-components.html#parameters