Skip to content

Integration template between Linx and the OptimoRoute API

License

Notifications You must be signed in to change notification settings

linx-software/optimo-route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OptimoRoute integration

Description

Integration template between Linx and the OptimoRoute API.

Installation

Register for an API Key

  1. Login to the OptimoRoute.
  2. Generate new API Key (Settings → WS API → API Enabled)
  3. Copy the API key.

Configure the Solution's $.Settings:

  1. Open the sample Solution in your Linx Designer.

  2. Edit the $.Settings values:

    • OR_APIKey: Your API Key.
  3. Save the Solution.

Usage

CreateOrder

Creates an order on OptimoRoute.

Makes a POST request to the /create_order endpoint and returns the details of the created order.

GetOrders

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.

Contributing

For questions please ask the Linx community or use the Slack channel.

License

MIT