You can use Google Appsheet to add or update new products in your store easily from your mobile phone.
You need a few steps to make AppSheet work with Store.link.
Go to Bots in the left sidebar and click on 'Create my first Automation' button.
Click on "Create a new bot" button
In When this EVENT Occurs section, choose "A Products record is created, updated, or deleted"
In Run this Process section, select "Send a notification"
On the right side, Choose the following options
Type: 'Call a webhook'
Url: https://yourstore.store.link/update (replace with your actual store link)
HTTP Verb: POST
Your final settings should look like the following image:
By setting up this, we will know when you make a change in your products sheet and we will update the store accordingly.
In Short:
Create a bot that calls a webhook notification when the product sheet is updated.The webhook should send a POST request to the URL 'https://yourstore.store.link/update'
Still need help?
Contact us