Skip to main content

Service Rates

Service Rates define the pricing rules Mative Cloud Fleet Management uses to calculate the cost of an order. Each rate specifies a calculation method, base fee, distance or parcel components, and optional surcharges.

Calculation Methods

MethodField ValueDescription
Per Meterper_meterA flat rate per unit of distance traveled
Fixed Ratefixed_meterBanded distance pricing — a flat fee per 1-unit distance band
Per Drop-offper_dropTiered by the number of stops on the order
Multi-zone Distancemulti_zone_distanceDifferent per-distance rates per Zone or Service Area
Parcel RateparcelPer-parcel pricing — size tiers matched against each parcel's dimensions
Algorithmalgo / algorithmA custom math expression resolved at quote time

Rate Components

Every service rate can include:

ComponentDescription
Base FeeStarting charge before the calculation method is applied
Distance ComponentPer-unit rates, distance unit (km/mile/meter), maximum distance cap
COD FeeFlat fee or percentage surcharge for cash-on-delivery orders
Peak Hours SurchargeTime-based additional charge during high-demand periods
Banded/Tiered FeesMethod-specific pricing tables (per drop, parcel size tiers, etc.)
Geographic RulesZone or service-area-specific rate overrides

Rate Scoping Priority

When multiple rates could match an order, Mative Cloud Fleet Management applies the most specific one:

  1. Zone-scoped — most specific, applies within a sub-zone
  2. Service area-scoped — applies within a broader geographic area
  3. Order config-scoped — applies to a specific order type
  4. Global — least specific, fallback rate

Creating Service Rates

Navigate to Fleet Management → Operations → Service Rates → + New Rate:

  1. Select the Calculation Method
  2. Set the Base Fee and currency
  3. Configure method-specific fields (distance unit, bands, parcel tiers)
  4. Optionally scope to a Service Area or Zone
  5. Optionally scope to an Order Configuration
  6. Save

API Access

Service rates are accessible via the REST API:

GET /v1/service-rates

Filter by service_area, zone, or order_config parameters.