8 Replies
I believe this information is what you were looking for

My app domain is
cos
. Although the data model was created, no data is being synced.
Has anybody figured this out?
weird, it suddenly started working
Is there a webhook that triggers this or does it rely on the sync?From the Gadget platform code, the ShopifyStoreCreditAccount model is a sync only model
Is there a way to trigger a sync just for this model?
Yes, you can use the
shopifySync.run
action and include it in the models arraycan you filter to a specific customer for example?
Unfortunately, it's not possible to apply filters on top of the sync. It performs a full model sync, just as it normally does.
Ok thanks so much!