shopifyStoreCreditAccount

How do I setup the sync for shopifyStoreCreditAccount?
8 Replies
Chocci_Milk
Chocci_Milk3mo ago
I believe this information is what you were looking for
No description
Jay
JayOP3mo ago
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?
Chocci_Milk
Chocci_Milk3mo ago
From the Gadget platform code, the ShopifyStoreCreditAccount model is a sync only model
Jay
JayOP3mo ago
Is there a way to trigger a sync just for this model?
Chocci_Milk
Chocci_Milk3mo ago
Yes, you can use the shopifySync.run action and include it in the models array
Jay
JayOP3mo ago
can you filter to a specific customer for example?
Chocci_Milk
Chocci_Milk3mo ago
Unfortunately, it's not possible to apply filters on top of the sync. It performs a full model sync, just as it normally does.
Jay
JayOP3mo ago
Ok thanks so much!

Did you find this page helpful?