GlideApps / Agency
← Blog

Logistics Software Glossary of Key Terms

Definitions of the terms that appear most frequently in logistics software evaluations, contracts, and implementation discussions — written for practitioners, not academics.

LowCode Agency Editorial·February 28, 2026·7 min read

Vendor conversations, RFPs, and implementation contracts are full of logistics and software terms used inconsistently across vendors. This glossary defines the terms that appear most often in logistics software evaluations, with precision that holds up in procurement discussions.

Key Takeaways

  • TMS, WMS, and OMS are distinct categories that solve different problems; vendors use them interchangeably in ways that obscure what their platform actually does.
  • "Real-time" in logistics software can mean anything from milliseconds to 15-minute batch updates; always clarify the update frequency behind the claim.
  • EDI compliance is not binary — confirm which specific transaction sets a platform supports before treating it as a requirement met.
  • API connectivity depth matters more than API count; a platform with 10 deep integrations outperforms one with 200 shallow connectors.
  • 3PL and 4PL describe distinct service models that require different software architectures.

Core Platform Terms

Transportation Management System (TMS) Software that manages the movement of goods: carrier selection, freight rate management, load planning, shipment booking, and freight invoice audit. A TMS does not manage warehouse operations. It handles the movement between facilities.

Warehouse Management System (WMS) Software that manages operations inside a fulfillment facility: receiving, putaway, picking, packing, shipping, and inventory tracking at the bin and unit level. A WMS does not manage transportation. It handles what happens inside the four walls.

Order Management System (OMS) Software that manages the customer order lifecycle: order ingestion from multiple channels, available-to-promise inventory, fulfillment routing, and post-order changes. An OMS connects customer demand to fulfillment execution. It sits above the WMS and TMS in the operational stack.

Supply Chain Management Software (SCM) Software covering the full product lifecycle from procurement and supplier management through manufacturing, warehousing, and delivery. Broader than logistics software, which covers the execution subset of supply chain operations.

Enterprise Resource Planning (ERP) Software integrating core business functions: accounting, procurement, inventory, HR, and operations. Most ERPs include logistics modules with limited TMS, WMS, and OMS functionality. For complex logistics operations, dedicated tools typically outperform ERP logistics modules.

Last-Mile Delivery Software Specialized software for the final step in delivery: route optimization, driver dispatch, proof-of-delivery capture, and customer delivery notifications. A distinct category from TMS, which handles inter-facility freight.

Shipping and Carrier Terms

Less-Than-Truckload (LTL) A freight shipping mode where cargo from multiple shippers shares a single truck. Used when a shipment doesn't fill an entire trailer. LTL rates are calculated per hundredweight (CWT) within freight classes.

Full Truckload (FTL) A freight shipping mode where a single shipper's cargo fills an entire truck. Typically used for shipments over 10,000 lbs or when speed and security justify the cost over LTL.

Parcel Small package shipping via carriers such as UPS, FedEx, USPS, or regional carriers. Parcel is the primary shipping mode for e-commerce and B2B shipments under 150 lbs. Rate structures are based on dimensional weight, zone, and service level.

Dimensional Weight (DIM Weight) A pricing calculation used by parcel carriers that charges based on package volume (length × width × height ÷ 139 for domestic US) rather than actual weight when the DIM weight exceeds actual weight. Large, light packages cost more under DIM pricing than their actual weight would suggest.

Carrier Rate Card A table of shipping rates by weight, zone, and service level negotiated between a shipper and a carrier. Logistics software must load accurate rate cards to produce reliable rate-shopping comparisons.

Rate Shopping The process of querying multiple carriers simultaneously at the moment of shipment creation and selecting the optimal carrier based on cost, speed, or pre-defined rules. Real-time rate-shopping uses live carrier APIs; batch rate-shopping uses cached rate tables.

Freight Class A classification system (classes 50 to 500) used in LTL shipping that determines base rates. Class is determined by density, stowability, handling requirements, and liability. Higher freight class = higher rate.

Proof of Delivery (POD) Documentation confirming that a shipment was delivered to the intended recipient. Modern POD includes timestamp, GPS coordinates, recipient signature, and in many last-mile systems, a delivery photo.

Integration and Data Terms

Electronic Data Interchange (EDI) Standardized electronic communication between business systems, replacing paper documents like purchase orders, invoices, and advance shipment notices. Common EDI transaction sets include: 850 (purchase order), 856 (advance ship notice), 810 (invoice), 940 (warehouse shipping order), 945 (warehouse shipping advice).

API (Application Programming Interface) A set of protocols that allow software systems to communicate. Logistics software APIs enable real-time data exchange with carriers, ERPs, e-commerce platforms, and WMS tools. REST APIs are the current standard; SOAP APIs remain common in older carrier systems.

Webhook An API mechanism that pushes data to another system automatically when an event occurs, rather than requiring the receiving system to poll for updates. Webhooks enable faster data synchronization between logistics software and downstream systems.

Integration Latency The time delay between when an event occurs in one system and when it is reflected in a connected system. High latency (15+ minutes) in inventory updates between an LMS and an ERP creates windows where the same inventory can be committed to multiple orders.

Available-to-Promise (ATP) The quantity of a specific SKU that can be committed to a new order, calculated from current on-hand inventory minus existing commitments and safety stock reserves. Accurate ATP depends on real-time inventory updates across all fulfillment locations.

Fulfillment and Operations Terms

Pick-Pack-Ship The three-step warehouse fulfillment process: picking items from storage locations, packing them into shipment containers, and creating shipping labels for carrier pickup.

Wave Planning A warehouse fulfillment approach that groups orders into batches (waves) processed together. Wave planning optimizes pick paths, carrier pickup schedules, and labor allocation. Contrast with continuous flow fulfillment, which processes orders as they arrive.

Cycle Count A regular inventory audit practice where a subset of SKUs is counted on a rotating schedule, rather than a full physical inventory count. Cycle counting maintains inventory accuracy continuously without shutting down warehouse operations for a full count.

Exception Any shipment event that deviates from the expected path: failed delivery attempt, carrier pickup miss, address correction, damaged package, weight discrepancy. Exception handling capability in logistics software determines how much manual work exceptions generate.

Freight Audit The process of verifying carrier invoices against booked rates to identify billing errors, surcharge overcharges, and rate discrepancies. Freight audit software automates this comparison and flags discrepancies for dispute or payment hold.

3PL and Logistics Provider Terms

Third-Party Logistics (3PL) A logistics provider that manages warehousing, fulfillment, and transportation on behalf of a client company. 3PLs operate the logistics function as a service, using either their own facilities and carrier relationships or the client's.

Fourth-Party Logistics (4PL) A logistics management layer that oversees an entire supply chain network, often managing multiple 3PL relationships on behalf of a client. A 4PL provides strategy and coordination; the 3PLs provide operational execution.

Fulfillment Center A warehouse facility optimized for order fulfillment: receiving inventory, picking individual orders, packing shipments, and transferring to carrier for delivery. Distinct from a distribution center, which handles bulk movement between facilities.

Cross-Docking A fulfillment practice where inbound goods are transferred directly to outbound shipments without storage. Common in high-velocity distribution environments where goods arrive and ship within 24 hours.

The complete overview of logistics management software provides context for how these terms connect to the platform categories and features that matter in a real evaluation.


Frequently Asked Questions

What is the difference between a TMS and a WMS?

A TMS manages the movement of goods between locations: carrier selection, rates, booking, and tracking. A WMS manages what happens inside a facility: receiving, picking, packing, and inventory. They solve different problems and typically run together in mid-market and enterprise operations.

What does EDI mean in logistics?

EDI (Electronic Data Interchange) is a standardized electronic format for exchanging business documents between companies. In logistics, EDI handles purchase orders, invoices, advance shipment notices, and warehouse instructions without manual data entry on either side of the transaction.

What is an API in logistics software context?

An API (Application Programming Interface) allows different software systems to exchange data automatically. In logistics, APIs connect your platform to carrier systems for real-time rates and tracking, to e-commerce platforms for order data, and to ERPs for inventory and accounting.

What is available-to-promise inventory?

Available-to-promise (ATP) is the quantity of a SKU that can be committed to a new customer order. It is calculated from current on-hand inventory minus existing order commitments and safety stock. Accurate ATP requires real-time inventory updates across all fulfillment locations.

Related articles

June 14, 2026 · 12 min read

Automotive Logistics Software: Top Platforms and What They Cover

The leading automotive logistics software platforms in 2026, what each covers for finished vehicle logistics, parts distribution, and supply chain management, and how to choose the right platform for your automotive operation.

May 29, 2026 · 11 min read

Logistics Forecasting Software: Top Platforms and What They Cover

The leading logistics forecasting software platforms in 2026, what demand and capacity forecasting tools actually cover, and the operational scale where dedicated forecasting software delivers measurable ROI.

May 15, 2026 · 10 min read

Logistics Control Tower Software: Top Platforms and What They Cover

The leading logistics control tower software platforms in 2026, what a supply chain control tower actually does, and the operational scale where a dedicated control tower delivers more than visibility software alone.

May 13, 2026 · 9 min read

Logistics Network Design Software: Top Platforms and What to Know

The leading logistics network design software platforms in 2026, what network optimization tools cover, and the decision thresholds where network modeling delivers meaningful ROI.

April 1, 2026 · 10 min read

4PL Logistics Software: Platforms Built for Lead Logistics Providers

What 4PL logistics software actually covers, how it differs from 3PL platforms, and which tools serve the lead logistics provider model in 2026.

March 2, 2026 · 12 min read

Which Is the Best Software for Logistics in 2026

A direct comparison of the best logistics software options in 2026 — by category, company size, and use case — with clear verdicts on which fits which operation.

Need this built right?

We've shipped 350+ production Glide apps for Fortune 500 companies. Tell us what you're building.