Hello all, this is my first post here - perhaps of many
I am investigating whether Storyblok would be a good CMS to go with a headless Shopify store. So far I’ve found Storyblok to be great and easy to use!
What I’d like to do is couple the Shopify products and collections with the Storyblok CMS, so when I create/update/delete a product in Shopify it automatically creates a corresponding Story in Storyblok. Creating the product is easy enough, but for updating and deleting you need to know the Story ID. The only way I can think of is to store the Shopify product ID and the Story ID in a database and refer to that when deleting/updating. Is there a better way of doing this?