I maintain my inventory that I have available in my Etsy and Ebay stores in Airtable. Since I do my listing setups and updates on platform, I want to automate a sync between Etsy and Airtable to mirror data. For new listings that seems easy but if I update the listing in platform, price or an image for example, there is no Watch module for watching for updated store listings.
Since there is a listing last modified field, I figure I could filter listings by comparing when the listing changed vs. when the scenario last ran. But I can’t find a way to query or call up that timestamp.
I’ve also looked to see if I could send out outgoing webhook on the Etsy side when a listing changed, but best I could find was the RSS feed which only updates when there is a status change.
Before Automate.io got bought, they had a Watch for changed listings trigger, but Make didn’t build one. So I figure I can kind of do the same. So my questions are: 1) Is there a Watch trigger for updated listings that I’m missing? and 2) Is there a way to get the timestamp for the last time the scenario was run so I could emulate a Watch trigger?