Shipping Fee on Delivery

A service that enables the shipping fee to be collected from the recipient during delivery.

Service Information

  • Service Type: SHIPPING_FEE_ON_DELIVERY
  • Description: Enables collection of the shipping fee from the recipient when the consignment is delivered

Details Parameters

No details parameter is required for this service type.

Usage

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

Important Notes

  • When this service is selected, the shipping fee is collected from the recipient
  • Not every carrier may support this service
  • In some cases, carriers may charge an additional service fee

Example Usages

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