Hello @josdmiller ,
Yes, creating an automated daily scheduled backup of your Shopify stores and saving the backup files in your Google Drive or Workspace account is possible.
To accomplish this, you can follow these steps:
Exporting Data from Shopify:
Shopify provides a built-in export feature that allows you to export various data types as CSV files.
You can manually export the required data types (products, customers, orders, etc.) from your Shopify admin dashboard by selecting the respective sections and selecting the “Export” option.
Alternatively, you can use the Shopify API to automate the export process. The API provides more flexibility and allows you to retrieve the data programmatically.
Automation:
You can write a script or use a third-party tool that interacts with the Shopify API to automate the backup process. The script/tool should be scheduled to run daily at a specific time.
The script/tool will connect to your Shopify stores using API credentials, retrieve the data types you want to back up and save them as CSV files locally.
Google Drive or Workspace Integration:
You can use the Google Drive API to upload the CSV files to your Google Drive/Workspace account. This requires setting up API credentials and writing code for file upload.
Various third-party services and tools are available to help you automate the backup process and handle the integration with Google Drive/Workspace.
Some examples include Zapier, etc. These services often have pre-built integrations and workflows that allow you to easily connect your Shopify stores and Google Drive/Workspace accounts.
Setting up the Backup Schedule:
Depending on your chosen approach, you must set a daily schedule for running the backup script/tool or configuring the automation workflow. This can be done within the script itself (using a scheduler library like cron), or through the third-party service you’re using (Zapier, Integromat, IFTTT, etc.).
By following these steps, you can automate the backup process for your Shopify stores.
Let us know if you need more help.
Regards,
CedCommerce