Most cargo sales conversations are quote retrieval. The customer describes a shipment, the salesperson finds a rate, perhaps applies a discount, and the number goes out. The interaction treats the product as fixed and the price as the only variable. Offer management inverts this. The shipment has a destination and a deadline; everything else, routing, departure, service tier, speed, is a design space. The question becomes: of the feasible ways to move this freight, which combination of service and price wins the business while making the network the most money?
That is a fundamentally richer computation. It requires knowing, per option, the true cost to serve (including the probabilistic cost of the capacity consumed on constrained legs), the displacement risk (what future bookings this acceptance crowds out), and the customer's likely elasticity across the options. Done well, the output is a small menu: a fast option priced for urgency, a deferred option priced to fill a soft departure, perhaps a routing the customer had not considered that suits both sides.
Why menus beat single quotes
A single quote is a coin flip against the customer's hidden reservation price. A menu lets the customer reveal their preference and self-select, which captures surplus a single number leaves on the table. It also converts the sales conversation from haggling over one figure into choosing among options, which wins more often at better margin. Airlines learned this with fare families. Cargo is learning it now.
A quote is a decision, not a lookup.
Send the same request through two quoting systems.
The rate card answers instantly and learns nothing. The live offer prices the moment.
The systems requirement
None of this works from a spreadsheet. Constructing honest offers in seconds requires live capacity state, live cost-to-serve, demand forecasts by departure, and an optimizer assembling feasible options under network constraints, all exposed through channels a salesperson or an API can actually use mid-conversation. That is an engineering program, not a pricing memo. The carriers building it are converting a request-for-rate into a merchandising moment, and the gap between them and the rate-sheet operators shows up exactly where it always does: on constrained capacity, where pricing discipline is the entire margin.
