BrokerWare API Updates 06/18/2026
3PL API Updates
RatingWithRateQuoteId & CreateShipmentWithRateQuoteId
- API shipments booked from a rate quote now persist TariffCarrierMarkupId (selected tariff markup) along with rate profile and carrier - affects Customer API and Client API RatingWithRateQuoteId / CreateShipmentWithRateQuoteId flows.
RateQuoteID
- Introduced a new workflow allowing clients to pass specific billed amounts within the rate request payload. When provided, the system overrides and ignores normal tariff markup logic for the customer-facing rate.
- Updated the rate response to only return cost information and generate a unique rateQuoteId.
- Enabled shipment creation using the generated rateQuoteId. The resulting shipment strictly applies the explicit billed amounts provided in the initial rate request.
- Added the IsOverrideBillAmount boolean flag to the payload.
- true: Ignores tariff markups and enforces explicit billed amounts on item commodities.
- false: Preserves existing tariff and markup logic.
Rate Quote Snapshot API
- New Client V1 endpoint to retrieve the stored rate quote snapshot for a shipment- same data as View Rates in the UI. Does not re-rate.
- Returns all carrier options from the original rating, not just the booked carrier
- Does not compute least-cost, booked carrier, or margin — derive those client-side from returned costs/quote numbers.
- Snapshot exists only for shipments that were rated/quoted and had snapshot data persisted.