Skip to end of banner
Go to start of banner

How to set up sorting configurations

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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.

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

{
  "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

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.