Could I get some help in creating a category using the Android SDK? Currently I have the following code:
Category testCategory = new Category(); testCategory.setName("test"); mInventoryConnector.createCategory(testCategory);
However this is throwing a ClientException. I have no problems creating Items using the InventoryConnector but I cannot figure out what I am doing wrong to create a category. Any help would be greatly appreciated.
Thanks, Steve