We are setup with the WooCommerce connector which automatically syncs inventory values from ShipHero to WooCommerce, it works well overall but we have had a couple instances where for whatever (unknown) reason our WooCommerce did not get updated properly. So I’m wondering if there is a way that I could occasionally kick off an inventory sync from the graphql api, similar to the inventory force “Push” button in the ShipHero UI.
I poked around and the only thing I could find that was remotely close was the inventory_sync mutation, but I wonder if that has a different purpose, maybe it is for pushing inventory values INTO ShipHero?
Any suggestions?