Logitrail API
Introduction
This documentation website is intended for developers integrating their own system with Logitrail's 3PL Service.
Legacy API (/2015-01-01/) vs New API
Please note that there are two live versions of Logitrail API:
Legacy API with endpoint URLs starting with /2015-01-01/. This documentation does not include legacy API endpoint descriptions.
New API with endpoint URLs starting with /v0/ or /v1/. This documentation includes only the new API endpoints.
Legacy API and the new API can be used together if required. New API should be preferred whenever possible.
Both Legacy API and new API are accessible through https://api-1.logitrail.com/ host. Test environment is available through https://api-1.test.logitrail.com/.
The major difference between old and new API is authentication. The new API uses OAuth2 Bearer Tokens (client_credentials), while the legacy API used merchant-scoped HTTP Basic Auth.