The QwykSchedules API is an HTTP API served by the QwykSchedules web appproviding endpoints to interact with your schedules that are generated based on your routing guide setup.
The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break.
This documentation is for version 1.1 of the API.
API Version | Changes |
---|---|
Latest | None |
1.1 | Added new fields, clarified descriptions |
1.0 | None |
organization_id required | integer Your assigned organization ID |
product required | string Enum:"air" "fcl" "lcl" "csl" The product you wish to query locations for |
segment required | string Enum:"origin" "destination" The segment (origin/destination) you wish to query locations for |
query required | string Your search query |
List of available locations
Production server
This method allows for the synchronous retrieval of your schedule for a given product and tradelane.
organization_id required | integer Your assigned organization ID |
product required | string Enum:"air" "fcl" "lcl" "csl" The product you wish to query schedules for |
origin required | string <locode> The origin to query schedules from |
destination required | string <locode> The destination to query schedules to |
Response with array of schedules
Not Found
Production server