How to set up sorting configurations

Description: This page explains the process of setting up of the sorting configurations.

Consignments are sorted in three levels based on the type of the destination.

The sorting configurations are set up directly from the internal dashboard.

The key to enable the middle mile sorting is: enable_sorting

This key should be set as TRUE if the sorting needs to be enabled for any organization.

In the internal dashboard, please use the below given JSON syntax for the key : hub_master_config

{ "allowed_hub_types": { "dc": "DC" } }

In order to set the config for sorting through internal dashboard, please use the below given JSON syntax for the key : sorting_config

{ "levels": [ { "type": "destinationType", "hierarchy_id": "L2" }, { "type": "destinationAddressNode", "hierarchy_id": "L4" }, { "type": "destinationBaggingHub" } ] }

 

This is how we can set up the sorting configurations from the internal dashboard.

The consignments can be sorted, when its origin and destination address is present in the address hierarchy.

Now, in the setup section, we need to set the address hierarchy for a certain address.

Please visit the below page links to set up the address hierarchy for a certain address.

 

Previous Next

Â