This gem automates the secure transfer of Shopify object data to the desired Oracle Cloud Object Storage location 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 Oracle Cloud Object Storage location. The uploaded files will be named Object_currentdate
.
To run this integration and connect Shopify to Oracle Cloud Object 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.
Oracle Cloud Object Storage
Server Host
Required. Specify correctbucketnamespace
andregion
in the server host URLhttps://[bucketnamespace].compat.objectstorage.[region].oraclecloud.com
.Access Key
Required. Specify the access key.Secret Key
Required. Specify the secret key.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash.