When an item belongs to multiple categories, is there a way to find out which category was the item selected from? I know that, using the android sdk, you can call getCategories on the InventoryConnector to get the categories an item belongs to but that is not what I am looking for. I am trying to find out which of the of the multiple categories that the item belongs to was it selected from.
So for example if there are 2 categories that an item call "Fish Burger" belongs to - "Sandwitches" and "Special of the day" and the fish burger is selected from the "Special of the day" category, then I want to know that category name or id.
Thanks for your response in advance.