BrokerWare API Updates 09/03/2026
3PL API Updates
New Customer API
- Added GET /api/v1/DestinationTerminal?loadid={ClientLoadId} to return the operational destination carrier terminal details for shipments flagged as Will Call.
- Carrier Terminal Resolution: Automatically retrieves carrier terminal address details via CarrierConnect using the carrier SCAC and ZIP code.
- Consignee & Rating Management: Replaces the operational destination with the terminal address while preserving original consignee details for reference, automatically stripping delivery accessorials (Residential, Lift Gate), and enabling dock-to-dock rating.
Create & Update Shipment API
- Added the linearFeet field to the Create and Update Shipment API endpoints to support updating linear feet programmatically.
- Field Name & Placement: linearFeet (camelCase) passed at the top-level shipment JSON payload.
- Create Endpoints: Non-nullable decimal (defaults to 0 if omitted).
- Update Endpoints: Nullable decimal (omitting leaves value unchanged). Updating this field automatically appends a LinearFeetChanged audit note to the shipment profile.