I've had several use cases for this but my most recent one has exposed the issue again. I am allowing a user to add a tag to an item, by creating it and then calling the inventory connector's assignItemsToTag
function. It works but so far the only way I can see for the inventory connector to pick up that an item has the tag assigned to it is to exit the app, launch the inventory app, and hit the sync button in the top right.
This is a pretty bad user experience and will be difficult to explain to all of our merchants that they must do this after any tag assignment. I don't mind throwing up a dialog for X seconds if this is a long operation, it would be preferable to the current setup. If there is no way to force a sync, can you think of a better solution?
Thanks a lot for your time