This gem automates the secure transfer of Shopify object data to the desired Azure Blob Storage container which improves operational efficiency by reducing manual data handling.
Setup Guide
This gem will pull the data from each Shopify object specified in the Object List
parameter. The gem will then generate a CSV file for each object and upload all files to the Azure Blob Storage container. The uploaded files will be named Object_currentdate
.
To run this integration and connect Shopify to Azure Blob Storage, you need to specify the parameters below
Shopify
Server Host
Required. Specify the desired shop in the Shopify service URL.Shopify Token
Required. Specify the Shopify token.Object List
Required. This parameter accepts comma-separated values if you want to pull data from multiple Shopify objects, e.g. Order, Customer, Blog.Batch Size
Required. The default is set to 200.Query Parameter
Optional. Multiple query parameters are separated by a new line.Compression
Optional. The default is set to false.
Azure Blob Storage
Server Host
Required. Specify the storage account name in the server host URLhttps://[account].blob.core.windows.net
.Storage Account
Required. Specify the storage account name.Shared Key
Required. Specify the shared key.Destination Folder
Required. Specify the path to the destination folder ending with the trailing slash.
Note This gem only supports Shared Key authentication type for Azure Blob Storage.