I need to get all of the items for a particular category, with tags expanded.
/categories/" + categoryID + "/items?expand=tags"
This works fine for me using a web request but for some reason it is failing for live merchants and I can't tell why yet. I load up categories via the inventory connector, the merchant chooses one and then I load up the inventory for it (with tags expanded via the above request). The categories load is fine so if I can do the same thing via the inventory connector or directly in SQL I think my problems will go away.
Thanks, Dan