Request a Demo

Talk to one of our TMS experts about how we can help streamline your freight brokerage operation:

Name
Email
Phone
Company

Brokerware API Updates

API Updates

BrokerWare API Updates 07/23/2026

3PL API Updates

GetLoads API

  • Updated the customer-facing GetLoads API endpoint (/api/v1/GetLoads) to filter out custom reference fields marked as private.
    • Internal and client endpoints (/api/clientv1/GetLoads) continue to retrieve all custom reference fields, including private ones, as intended.

Client API

  • Added carrierTrackingURL to Client API load responses, returning the carrier tracking link when available.

CreateShipment API

  • The shipment item model now supports two new optional fields for recording carton/unit-level detail on top of pallet/piece counts:
    • UnitCount (integer) — number of units (e.g. cartons) within the item
    • UnitType (string) — the unit type: Bags, Boxes, Bundles, Cartons, Cases, Crates, Pieces, Reels, Rolls, or Totes.
  • Unit Carton Count Support