install action of shopifyShop, now I'm thinking what if a merchant installs and doesn't select a trial/plan, their data will get synced using up request time/storage and they may never select a plan.intialSync on shopifyShop which will be defaulted to false and I will remove the model sync on the install action. Then in my front end where the select or subscribe button is, I will call a custom action against shopifyShop which sets initialSync to true and then runs the code I had in the install action to start the sync.initialSync is true?