Obtain information from ManageOrders and store it in a MySQL database.
Download orders from ManageOrders and store them in a table in a MySQL database.
Variables
Credentials to use to access ManageOrders.
Date stamp indicating the starting point, based on updated date, of the data to download. Only data updated on or after the date specified will be downloaded. This field will be automatically updated after each successful Task execution. Formatted as YYYY-MM-DD.
Multiple submissions are made to request data. Too much data requested in a single submission will result in a failure. Specify the number of days worth of data to request in each submission.
MySQL database where the data will be loaded.
Target table name, in schema.table format, where the data will be stored.
Download payments from ManageOrders and store them in a table in a MySQL database.
Variables
Credentials to use to access ManageOrders.
Date stamp indicating the starting point, based on updated date, of the data to download. Only data updated on or after the date specified will be downloaded. This field will be automatically updated after each successful Task execution. Formatted as YYYY-MM-DD.
Multiple submissions are made to request data. Too much data requested in a single submission will result in a failure. Specify the number of days worth of data to request in each submission.
MySQL database where the data will be loaded.
Target table name, in schema.table format, where the data will be stored.
Download tracking information from ManageOrders and store it in a table in a MySQL database.
Variables
Credentials to use to access ManageOrders.
Date stamp indicating the starting point, based on updated date, of the data to download. Only data updated on or after the date specified will be downloaded. This field will be automatically updated after each successful Task execution. Formatted as YYYY-MM-DD.
Multiple submissions are made to request data. Too much data requested in a single submission will result in a failure. Specify the number of days worth of data to request in each submission.
MySQL database where the data will be loaded.
Target table name, in schema.table format, where the data will be stored.
Download inventory levels from ManageOrders and store them in a table in a MySQL database.
Variables
Credentials to use to access ManageOrders.
Date stamp indicating the starting point, based on updated date, of the data to download. Only data updated on or after the date specified will be downloaded. This field will be automatically updated after each successful Task execution. Formatted as YYYY-MM-DD.
Multiple submissions are made to request data. Too much data requested in a single submission will result in a failure. Specify the number of days worth of data to request in each submission.
MySQL database where the data will be loaded.
Target table name, in schema.table format, where the data will be stored.
Download line items from ManageOrders and store them in a table in a MySQL database.
Variables
Credentials to use to access ManageOrders.
Date stamp indicating the starting point, based on updated date, of the data to download. Only data updated on or after the date specified will be downloaded. This field will be automatically updated after each successful Task execution. Formatted as YYYY-MM-DD.
Multiple submissions are made to request data. Too much data requested in a single submission will result in a failure. Specify the number of days worth of data to request in each submission.
MySQL database where the data will be loaded.
Target table name, in schema.table format, where the data will be stored.