Obtain order numbers from ManageOrders and store them in MySQL.
Retrieve a list of external order ids from a MySQL database and use them obtain the corresponding order numbers from ManageOrders. Store the order numbers in the same MySQL database.
Variables
Credentials to use to access ManageOrders.
Credentials to use to access MySQL.
Must return a single column containing external order IDs.
SQL Steps to store order numbers. Steps will be repeated for each external order id and order number pair.
Datetime stamp indicating the starting point to use to gather external order IDs. Formatted as YYYY-MM-DD HH:MM:SS in UTC timezone. Automatically updated after each task execution.
SQL Query to use to determine the end point of the data to process. Leave this field blank to process all records with a Datetime stamp after the starting point.