This plugin allows you to load data from a Google Sheet and handle the data in Vendure. For example, to load products and prices into Vendure. You can define a single action per channel. This means each channel can have it's own sheet, and it's own way of handling the data from that sheet.
You need to have a Google API key to use this plugin. You can get one here.
vendure-config.ts:Read more about Admin UI compilation in the Vendure docs
Before you can use this plugin, you need to implement your own data loading strategy. This strategy determines what will be done with the data from the sheet.
When the data loading is triggered from the product overview page in the admin UI, the plugin will: