Integration template between Linx and the OptimoRoute API.
- Login to the OptimoRoute.
- Generate new API Key (Settings → WS API → API Enabled)
- Copy the API key.
-
Open the sample Solution in your Linx Designer.
-
Edit the $.Settings values:
OR_APIKey
: Your API Key.
-
Save the Solution.
Creates an order on OptimoRoute.
Makes a POST
request to the /create_order
endpoint and returns the details of the created order.
Gets orders according to list of Order Numbers supplied.
Makes a GET
request to the /get_orders
endpoint and returns the details of the orders.
An important note to keep in mind, OptimoRoute doesn’t seem to have an operation to retrieve all the orders for the day or for a span, thus, for a system using this, I’d keep a database of Order numbers to reference.
For questions please ask the Linx community or use the Slack channel.