← Back to all docs

Locus API

Locus is an end-to-end logistics platform that powers order-to-delivery dispatch management for retail, manufacturing, and third-party logistics operations. This page is an independent design exercise that asks what a well-designed Locus API could look like: the resources it would expose, the authentication it would need, and the workflows it could unlock. Below: a hypothetical endpoint design, the technical requirements a production implementation would face, the use cases programmatic access could serve, and where to start if your team needs this kind of access today.

By Alex KlarfeldJuly 8, 2026
Locus API

This page is an independent analysis by Supergood of what a well-designed Locus API could look like. It draws on publicly available information, vendor materials, and general integration experience in this category. Nothing on this page describes an existing Locus product, and Supergood is not affiliated with or endorsed by the vendor. If the vendor offers an official API, we highly recommend it.

What is Locus?

Locus is an end-to-end logistics platform that powers order-to-delivery dispatch management for retail, manufacturing, and third-party logistics operations. Acquired by Ingka Group (the world's largest IKEA retailer), Locus serves 360+ brands across 30+ countries with AI-powered route optimization that considers 180+ variables across captive fleets, contracted carriers, and outsourced logistics.

Core product areas include:

  • Transportation Management System (TMS) and Dispatch Planning Software
  • Last Mile Delivery, Route Planning, and Capacity Management
  • Hub Operations (automated sorting, order allocation, returns) and Fulfillment Automation
  • Delivery Orchestration, Transporter Management, and ShipFlex flexible carrier fulfillment
  • Track and Trace, Control Tower, Driver Companion App, and shipment tracking
  • Business Insights dashboards and Location Analytics

An API for a platform like this would naturally organize around its core data entities:

  • Orders, Order Items, Customers, Delivery Addresses
  • Tasks, Tours, Trips, Dispatch Plans, Routes
  • Riders, Vehicles, Fleets, Transporters, Carriers
  • Hubs, Capacity Profiles, Service Time Windows
  • Tracking Events, Proof of Delivery, Status Updates, Exceptions

The Locus Integration Challenge

Enterprises run mission-critical dispatch and delivery on Locus daily, but turning its platform into clean, API-driven automation is non-trivial:

  • Client-gated API access: Locus API integrations are only available to existing Locus clients, with credentials provisioned manually by a Locus representative
  • Client ID provisioning: Authentication details and a Client ID are shared by email after a request, rather than self-service onboarding
  • Collection-split surface: Order Management, Entity Management, and Platform Entities Management are documented as separate Swagger collections with their own object models
  • OpenAPI 2.0 coverage variability: Endpoint availability differs by deployment, product modules enabled, and the client's fulfillment model
  • Mobile-sourced operational data: Rider location, proof of delivery, and exceptions flow through the Driver Companion App, not always exposed as clean endpoints
  • Multi-party dispatch state: Tasks, tours, and tracking span captive fleets, contracted carriers, and outsourced 3PLs, each with distinct status lifecycles

What a Locus API Could Look Like

If Locus exposed a modern, general-purpose API, the integration challenges above suggest what it would need to get right. This is a design sketch, not documentation of anything that exists today:

  • First-class authentication: session handling with support for MFA and enterprise sign-on where the platform uses them
  • Consistent resources: normalized JSON schemas and pagination across the platform's core objects
  • Reliable writes: idempotency keys and validation that mirrors the platform's own workflow rules
  • Entitlement awareness: endpoints scoped to what each customer's licensing actually permits

The endpoint sketches, technical requirements, and use cases below flesh out this hypothetical design.

How AI agents could connect to software like Locus: MCP servers for software without a public API →

Need This Kind of Access Today?

If your team needs this kind of access today, Supergood builds integrations on request, one customer at a time. We act at the direction of our customers, within the access they already hold. Customers bring their own accounts, licenses, and entitlements. If the vendor offers an official API, we highly recommend it.

  1. Schedule an Integration Assessment
    A 30-minute session to review your product mix, licensing, and authentication model.
  2. Scope the Integration
    We design the access pattern around your workflows and entitlements.
  3. Deploy with Monitoring
    Go live with continuous monitoring as your platforms evolve.

Locus on the API Report Card

Potential API Endpoints

Authentication

POST/authenticate

Would authenticate to a Locus tenant using your Client ID and credentials and obtain a session token for downstream calls.

Order Management

GET/orders

Would list orders with filters for status, hub, customer, delivery window, and date range across Order Management.

Order Management

POST/create_order

Would create a new order with line items, delivery address, and service time window for dispatch planning.

Dispatch

GET/tasks

Would retrieve tasks and tours with assignment, rider, and route details across captive and contracted fleets.

Dispatch

POST/create_dispatch_plan

Would submit orders for route optimization and generate an assigned dispatch plan across available riders and vehicles.

Tracking

GET/tracking

Would pull real-time tracking events, proof of delivery, and status updates for tasks and shipments.

Use Cases

Sync orders and delivery status into your stack

- Pull orders, line items, and delivery addresses from Order Management into a central warehouse - Stream task, tour, and tracking events to downstream BI and customer-experience tools - Reconcile order and proof-of-delivery records across hubs for unified order 360

Automate dispatch and route planning

- Push new orders into Locus and trigger route optimization across 180+ variables - Pull generated dispatch plans, tours, and rider assignments back into your OMS or TMS - Route exceptions and reassignments without manual dispatcher clicks

Power live tracking and customer notifications

- Stream real-time rider location and status events into tracking and notification systems - Capture proof of delivery and exceptions from the Driver Companion App - Trigger ETA updates and delivery alerts to customers automatically

Manage carriers and capacity

- Sync transporter, carrier, and ShipFlex fulfillment data into vendor systems - Pull hub capacity profiles and service windows for planning and forecasting - Reconcile delivery performance across captive, contracted, and outsourced fleets

Technical Requirements

Authentication

Would require client ID and credentialed authentication with managed session handling

Connectivity

Would build on authenticated browser flows plus Locus's OpenAPI 2.0 surface across Order, Entity, and Platform Entities collections

Response format

Normalized JSON across Orders, Tasks, Tours, Riders, and Tracking objects

Rate limits

Adaptive throttling tuned to your tenant to avoid platform-side limits

Session management

Would need automatic session refresh, credential rotation, and re-auth handling

Data freshness

Near real-time pulls for orders, tasks, and tracking with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging

Webhooks

Event-style callbacks for order creation, dispatch assignment, status change, and proof of delivery

Latency

Design target: sub-second reads on cached entities; multi-second writes when posting through dispatch and routing workflows

Throughput

Design target: horizontally scaled workers sized to high-volume order and last-mile delivery operations

Reliability

Retry, backoff, and idempotency keys for order creation and dispatch transactions

Versioning

Clear versioning and change management would matter as Locus evolves

Frequently asked questions

Yes. Tasks, tours, and tracking are normalized across captive fleets, contracted carriers, and outsourced 3PLs, so multi-party dispatch state is consistent regardless of fulfillment model.

Availability of official interfaces varies by product, plan, and licensing. Many platforms in this category gate access behind partner programs or paid modules, and there is often no broadly available, self-serve public API. Check the vendor's developer resources for current offerings.

The hard parts would be authentication (MFA, session management, enterprise controls), consistent schemas across the platform's products, and write semantics that reconcile the way the platform's own workflows do.

No. This page is an independent analysis by Supergood and is not affiliated with, sponsored by, or endorsed by the vendor. All product names and trademarks belong to their respective owners and are used for identification only. Nothing here documents an actual Locus product or service.

Supergood acts at the direction of its customers, within the access those customers already have. We respect each customer's agreements with their software vendors, and how those agreements apply to a customer's use is a determination the customer makes. If the vendor offers an official API, we highly recommend it.

Supergood builds managed API access to enterprise software for customers on request, scoped to each customer's own licensing and entitlements. If your team needs programmatic access to a platform like this, schedule an integration assessment to discuss options.

Ready to get a real API?