Which API call should I use to return all categories from User Store?
I'm trying to do it with PHP.
$xml = simplexml_load_file('http://open.api.ebay.com/Shopping?callname=GetCategoryInfo&appid=$myappid&siteid=77&CategoryID=-1&version=729&IncludeSelector=ChildCategories');
But it's returning only the eBay categories, not the User Store.