Obtain data from Shopify and store it in a MySQL database.
Download orders from Shopify and store them in a table in a MySQL database.
Variables
Credentials to use to access Shopify.
Name of the store with data to download.
Filters to limit the data to download. Refer to slide out help for more information.
Datetime stamp indicating the starting point of the data to download. This field will be updated automatically after each successful Task execution. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.
MySQL database where the data will be stored.
Table name, in schema.table format, where data will be stored.
Select a Shared Config with the Shopify property to MySQL column mappings.
Download transactions from Shopify and store them in a table in a MySQL database.
Variables
Credentials to use to access Shopify.
Name of the store with data to download.
SQL query to use to determine which orders to download transaction data for.
Datetime stamp indicating the starting point of the data to download. This field will be updated automatically after each successful Task execution. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.
SQL query to use to determine the end point of the data to process.
Parameters to use in your SQL Script, if any. Refer to slide out help for more information.
MySQL database where the data will be stored.
Table name, in schema.table format, where data will be stored.
Select a Shared Config with the Shopify property to MySQL column mappings.