My scenario: I have a client with an eBay store with custom categories. On their website, they would like to list the items they sell. They would like this list to be filtered by user category.
I searched for a couple of days, and I'm still a little sure about the best way to proceed.
From what I can compile, the only way to get a list of categories defined in the store is to call GetStore in the Trading API. This seems to be supported, although I need to get the user token from my client's eBay account. I guess this works.
However, I don’t see a way to filter items based on custom categories. I looked at the documentation for both the trading and search APIs, but all I can see are filters for predefined eBay categories.
Is it possible to filter user / storages?
source
share