Mastering Smart Pricing in techSHIP [Guide]

Modified on Mon, 13 Apr at 2:33 PM

techSHIP’s Smart Pricing module provides ultimate control over your shipping rates and surcharges by bypassing real-time API calls and utilizing your own custom pricing matrices. This guide covers the core concepts of the module, the building blocks required for configuration, and how to apply your final pricing strategy to your accounts.

 

 
NoteFor a full overview of all new features, see: What's New in techSHIP: A Guide to the Latest Features [Information]. 
 

 

Prefer listening? This podcast-style audio walks you through the article's key points.


 

 
NoteAI-Assisted & Human-Reviewed: For general information only. Please double-check important details. 
 

 

TABLE OF CONTENTS


Understanding Smart Pricing


While techSHIP offers basic custom rate functionalities through the Simple Rates mode, the Smart Pricing engine is the ultimate, most powerful tool designed for high-volume shippers and 3PLs who need absolute flexibility to define carrier costs, manage client prices, and implement complex surcharges without relying on external integrations.


To ensure your profit margins are perfectly managed, the system separates your financial data into two fundamental dimensions:

  • Cost: The actual baseline amount the carrier charges you.
  • Price: The final billed amount you charge your customer.


By defining both dimensions in a single matrix, techSHIP intelligently applies the Cost when evaluating carrier expenses and extracts the Price when calculating client billing. Furthermore, the engine introduces a Split Mode architecture, allowing you to process Rates and Accessorials (surcharges) as two entirely distinct calculation paths.


Core Architecture Components


To successfully build your pricing strategy, you must understand how the different system entities interact within the engine:

 

ENTITY
FUNCTION WITHIN SMART PRICING
Pricing Dimensions
Defines the measurement brackets (e.g., weight tiers) used to segment shipping costs.
Zones & Areas
Maps the geographic transit routes from an origin to a destination.
Accessorial Collections
Groups variable or flat surcharges (e.g., fuel fees, custom conditions) into reusable profiles.
Custom Pricing Tables
The central hub that consolidates your building blocks into a final routing framework.
Service Levels
Specific shipping methods mapped within a pricing table, combining selected zones and dimensions.
Rate Items
The editable numerical matrix, configured within each Service Level, where exact Cost and Price values intersect across your dimensions and zones.

 

The following infographic visualizes the data flow and relationship between these foundational entities:

 

 

 
NoteAll Smart Pricing resources belong to your central Organization and are shared seamlessly across all your specific Locations. 
 

 

Building the Pricing Components


Before assembling a pricing table, you must create its foundational elements. Navigate through the main menu to configure these core building blocks.


Pricing Dimensions


Pricing Dimensions define the specific measurement brackets used to segment shipping costs, such as weight tiers.


Step 1Click Pricing Dimensions from the left menu under the Smart Pricing category.

 

Step 2Press Create, complete the required fields including the measurement Type (e.g., Weight) and the System of Measurement (e.g., Metric or Imperial), and save the record.

  

Step 3Click the Edit icon on your newly created record to configure its specific tiers.


 

Step 4Under the Dimensions tab, press Create to build your tier list.

  

 
WarningEnsure there are absolutely no gaps or overlaps between ranges. The Min Value is strictly exclusive (>) and the Max Value is inclusive (≤). To ensure continuous coverage, use the exact Max Value of the previous tier as the Min Value for the next. 
 

  

 

 
NoteTo bypass manual UI entry, you can manage dimension items using the Export and Import functions under the Actions menu. This allows you to bulk update your tier matrix via spreadsheet. Keep in mind that importing a file completely replaces all existing dimension items.

 
 

 

The dimensional tiers are now established and ready to be linked to a service level.


Zones & Areas


A Zone & Area configuration maps geographic regions to shipping transit zones.

 

 
NoteYou can completely skip this entire building block for supported carriers by utilizing predefined [SYSTEM] mappings directly when creating a Service Level within your pricing tables.

 
 

 

Step 1Click Zones & Areas from the left menu under the Smart Pricing category.

 

Step 2Press Create, complete the required fields including its fundamental geographic Scope (e.g., Domestic or International), and save the record.

 

Step 3Click the Edit icon on the new record to configure its mappings.

 


Step 4Under the Zones tab, press Create to define the specific routing identifiers (e.g., Zone 1, Zone 2) used by your carrier.

 


Step 5Under the Areas tab, press Create to add a new area.

  

 
NoteTo edit the physical geographies for an area, click directly on the values within the Exact Items, Prefix Items, or Range Items columns to perform an inline edit. 
 

 

 

Step 6Under the Area - Zones tab, map the transit routes by assigning a Zone to shipments traveling from an Origin Area to a Destination Area.

   

 

 
NoteToggle the Is Mirrored option when creating an Area - Zone mapping to simultaneously generate the exact reverse route mapping.

 
 

  

 
NoteTo bypass manual UI entry, you can manage geographic mappings using the Export and Import functions under the Actions menu. Importing a spreadsheet completely replaces all existing Areas and Area-Zones data.

 
 

 

The geographic transit routes are now successfully mapped and ready for rate assignment.


Accessorial Collections


An Accessorial Collection groups additional shipping surcharges into a single, reusable profile.


Step 1Click Accessorial Collections from the left menu under the Smart Pricing category.

 

Step 2Press Create, provide a Code and Name, and save the record.

 

 
WarningThe Code value is permanent and cannot be changed after creation. 
 

 

Step 3Click the Edit icon on your newly created record to configure the specific surcharges.

 

 

 
WarningRegardless of the accessorial type being created, you must define at least one calculation dimension: Price or Cost. 
 

 

Step 4Under the Location Based tab, press Create to define geographic Area surcharges using flat Price and Cost values.

 

 
WarningSelecting a master Zone & Area locks this mapping for the entire collection once the first location-based record is created. 
 

 

 

Step 5Under the Shipment Attribute Based tab, press Create to define surcharges triggered by a custom Condition using flat Price and Cost amounts.

 


Step 6Under the Fuel Surcharge tab, press Create to define variable percentage fees evaluated over the Base Rate. Here, you can also define floor and ceiling constraints (Min Price, Max Price, Min Cost, and Max Cost).

 


Step 7Under the Advanced tab, press Create to define highly custom logic. In this section, your Condition, Price, and Cost fields can all be dynamically evaluated using mathematical expressions. You can also set fixed floor and ceiling constraints (Min Price, Max Price, Min Cost, and Max Cost).

 

 
WarningThis tab uses complex custom expressions. To minimize errors, prefer the predefined tabs. 
 

  

 

 
NoteWhen configuring dynamic calculations, fields such as Condition, Price, and Cost use NCalcto evaluate expressions. Follow these syntax rules:
  • Implicit: Omit brackets for variables without dots (e.g., Weight > 10). The system searches Shipment, then Order.
  • Explicit: Use brackets for variables with dots (e.g., [Order.City] == 'Toronto' or [Shipment.TotalWeight] * 0.35).
  • All parameters are case-sensitive.
  • For a full dictionary of available objects, refer to Using Custom Variables and Expressions in OMR [Information]. For syntax and operators, consult the NCalc Documentation.
 
 

 

 
NoteFor applicable accessorial types (such as Fuel Surcharge and Advanced), ensure the Status toggle is set to Active and properly configure the Start Date and End Date. These parameters strictly control whether the fee is applied during calculations.

 
 

 

The surcharge profile is now ready to be used. You can map these collections globally or at the service level from within your Custom Pricing Tables.


Configuring Custom Pricing Tables


A Custom Pricing Table acts as the central hub where your building blocks are combined to create the final rate matrix.


Creating Service Levels


Step 1Click Custom Pricing Tables from the left menu under the Smart Pricing category.

 

Step 2Press Create, complete the required fields (Name and Currency), and save the record.

 

 
WarningThe Currency value is permanent and cannot be changed after creation. 
 

 

Step 3Click the Edit icon on your newly created record to configure the table properties.

 


Step 4Under the Service Levels tab, press Create and configure the service properties, ensuring you select your previously built Zone & Area and Pricing Dimension profiles to establish the core routing dimensions.

 

 
WarningThe defined Service Code must exactly match the native Service Code of the intended carrier. Unmatched codes will trigger order processing errors. 
 

 

 

 
NoteFor the Service Level to be actively evaluated, ensure the Status toggle is set to Published and properly configure the Start Date and End Date. These parameters strictly control whether the rates are applied during calculations.

 
 

 

The service level framework is now built; proceed to populate its rates.


Populating Rate Items


Step 1In the Service Levels tab, click the Rate Items icon on a specific service row.

 

 

Step 2Under the Rates tab, select your target Mode from the top dropdown.

 

Step 3Click directly into the intersecting matrix cells to edit their numerical values. Press the Tab key twice or click outside the cell to instantly save the value.

 

 

 
WarningTax amounts evaluated by the engine (including Canadian GST/HST/QST) are standard routing estimates. You must systematically verify all calculations to ensure financial compliance. 
 

 

 
NoteTo bypass manual UI entry, you can manage rate items using the Export and Import functions under the Actions menu. This allows you to bulk update your pricing matrix via spreadsheet. Keep in mind that importing a file completely replaces all existing rates for the service.

 
 

 

The numerical rate matrix is now saved and ready for rating calculations.


Mapping Accessorials (Header vs. Detail)


Surcharges can be mapped at two different architectural levels, dictating how they apply.

  • Header Level (Global): To apply surcharges across every service within the table, go to the main Custom Pricing Table page, click the Accessorials tab, and assign your Accessorial Collections.

     
  • Detail Level (Service-Specific): To apply surcharges to one specific service, open the Rate Items page for that service, click the Accessorials tab, and assign your Accessorial Collections.

  

 
WarningAccessorial Collections mapped at the Detail Level completely override any global collections applied at the Header Level. If a global profile has five rules, and a service-specific profile has one, that specific service will only evaluate the single rule. 
 

 

 
NoteEnsure you press Save after mapping your accessorials to apply the configuration.

 
 

 

Applying Your Pricing Strategy


Once your tables are built and published, you can assign them to your Carriers to define costs, and/or to your Billing Accounts to define client prices.


Defining Carrier Costs and Surcharges


This configuration overrides standard carrier API rates, extracting only the Cost dimensions from your matrix.

 

Step 1Click My Carriers from the left menu under the Carriers category.

 

Step 2Click the Edit icon on a specific Carrier.

 

 

Step 3Click the Rates tab.

 

Step 4Set the Mode to Smart Pricing Rates (Cost).

 

Step 5Select your Custom Pricing Table from the dropdown menu.

  

Step 6Press Save to apply your changes.

  


The carrier will now use your custom table to evaluate operational costs.


Defining Client Prices and Surcharges


This configuration extracts the Price dimensions and utilizes the split-mode logic to independently manage surcharges.

 

Step 1Click Clients from the left menu under the Clients category.

 

Step 2Click the Edit icon on a specific Client.

  

 

Step 3Click the Edit icon on a Billing Account.

 

 

Step 4Click the Rates & Markups tab.

 

Step 5Under the Markup group, set the Rate Mode to Smart Pricing Rates (Price).

 

Step 6Select your Custom Pricing Table.

 

Step 7Set the Accessorial Mode to either Smart Pricing (to use the custom surcharges configured in your table) or Markup Profile (to calculate fees mathematically over the baseline using a profile).

 

Step 8Press Save to apply your changes.

 


The Integrated System will now receive precise, instantaneous rate calculations during fulfillment operations without triggering external carrier API calls.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article