Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

For the same purpose, we need to set up the sorting configurations.

Read the following page for this process: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.

The sorting is done on three levels.

  • 1st Level Sorting is based on the type of the destination.

  • 2nd Level Sorting is based on the type of the region. (In the internal dashboard, the region can be made optional in hub_master_config)

...

  • 3rd Level Sorting is based on the type of destination bagging hub(DBH).

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

Code Block
{
  "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.

Previous Next