Obtain information from Order My Gear and store it in a MySQL database.
Download order data from the Order My Gear REST API and upload it to a MySQL database.
Variables
Authorization Token used to access Order My Gear.
Comma separated list of store ids corresponding to the order data to load.
Date stamp indicating the starting point, based on updated date, of the data to load. Only data updated after the date specified will be loaded. This field will be automatically updated after each day's worth of data is loaded. Formatted as YYYY-MM-DD in UTC timezone.
Data updated up to the date specified will be loaded. Formatted as YYYY-MM-DD in UTC timezone. Leave this field blank to load all data updated after the starting point.
MySQL database where the data will be stored.
Target table name, in schema.table format, where the data will be stored.
If the target and staging tables do not exist, automatically create them, otherwise end the Task.