API Reference

This document describes the products you can search with Routes, Schedules and Rates API

Please use the below product names and the corresponding default Special Handling Codes (SHC) products in your search to perform search for different categories of products:

Product NameDescriptionDefault SHC
PHARMPharmaceutical productPIL
FRESHPerishable productPER
GCRGeneral Cargo productGCR

You need to include the "specialHandlingCodes" field in the "shipment" field of your request body. Within the "specialHandlingCodes" field, the default SHC of the product must be included. Furthermore, for pharmaceuticals or perishable products you need to specify the temperature requirements SHCs if temperature control is required for booking.

Listed below are the accepted SHCs for temperature requirements:

  • FRO (for temperatures ranging from -10°C to -20°C)
  • COL (for temperatures ranging from +2°C to +8°C)
  • ERT (for temperatures ranging from +2°C to +25°C)
  • CRT (for temperatures ranging from +15°C to +25°C)

Please refer to the below example of how the "shipment" should be formatted in a request for pharmaceutical products with a temperature range from -10°C to -20°C.

"shipment": { "product": "PHARM", "dimensions": [ { "width": 80, "height": 165, "toploadable": false, "tiltable": false, "weightype": "TOTAL", "stackable": false, "length": 120, "weight": 170, "pieces": 1 } ], "specialHandlingCodes": [ "PIL", "FRO" ], "weight": 297 }