Hi I was wondering is there a clear way to only get products that are discoverable by my shopify app to be synced to gagdet?
At the moment when I untick a product from being 'known' by my sales channel app it'll still be synced to gagdet. My understanding is to do a api call to shopify to check if its published to the app, but I don't want to have to do for every call that gets received by shopifyProduct update.js etc, as any changes made to product triggers the functions in that file.
Any help?