Hold at Department

A service that enables the consignment to be delivered at the specified carrier branch instead of the recipient's address.

Service Information

  • Service Type: HOLD_AT_DEPARTMENT
  • Description: Enables the consignment to be delivered to the recipient at the carrier branch

Details Parameters

No details parameter is required for this service type.

Usage

{
    "special_services": [
        {
            "service_type": "HOLD_AT_DEPARTMENT"
        }
    ]
}

Important Notes

  • The recipient must pick up the consignment from the specified carrier branch
  • Not every carrier may support this service
  • Some carriers may have maximum waiting time limitations

Example Usages

// Basic usage
{
    "service_type": "HOLD_AT_DEPARTMENT"
}