Additional Services

Envia supports additional services that you can include with each shipment to enhance protection, collection, and delivery. These services are added during label creation and their availability depends on the carrier and shipment type.

Available services

ServiceDescription
Envia InsuranceComprehensive protection provided by Envia with coverage against loss, theft, or damage. Includes a simplified claims process managed directly through Envia.
Carrier InsuranceCoverage provided directly by the carrier according to their own terms and conditions. Coverage limits and claims process vary by carrier.
Cash On Delivery (COD)Collect payment from the recipient at the time of delivery. Integrated with Ecart Pay for secure and automated payment management.
Electronic SignatureObtain delivery confirmation with the recipient's digital signature as legal proof of delivery.
Pickup Point DeliveryAllow the recipient to pick up the package at a designated pickup point instead of home delivery.
Delivery AppointmentSchedule a specific delivery time window with the carrier. Commonly used for large or heavy shipments.
Hydraulic RampRequest a delivery vehicle equipped with a hydraulic ramp for loading and unloading heavy freight.
Dedicated ServiceReserve a full truck exclusively for your shipment without sharing space with other shippers.

Availability by shipment type

Not all services are available for every shipment type. The following table shows which services are available for each type:

ServiceParcelLTL (Less Than Truckload)FTL (Full Truckload)
Envia InsuranceYesYesNo
Carrier InsuranceYesYesYes
Cash On Delivery (COD)YesNoNo
Electronic SignatureYesNoNo
Pickup Point DeliveryYesNoNo
Delivery AppointmentNoYesYes
Hydraulic RampNoYesNo
Dedicated ServiceNoNoYes

How to add services to a shipment

Include the additionalServices array in your label creation request (POST /ship/generate/). Each service requires a service identifier and optionally a data object with service-specific parameters.

{
  "origin": { ... },
  "destination": { ... },
  "packages": [ ... ],
  "shipment": {
    "type": 1,
    "carrier": "fedex",
    "service": "express"
  },
  "additionalServices": [
    {
      "service": "envia_insurance",
      "data": {
        "amount": "5000"
      }
    }
  ]
}

Service identifiers and parameters

ServiceIdentifierRequired parameter
Envia Insuranceenvia_insuranceamount (declared value of the shipment)
Cash On Deliverycash_on_deliveryamount (amount to collect from recipient)
Electronic Signatureelectronic_signatureNone

Envia Insurance

Envia Insurance provides comprehensive coverage for your shipments managed directly through the Envia platform. When you add Envia Insurance, the coverage applies to loss, theft, and damage during transit.

To add insurance, specify the declared value of your shipment in the amount field. The insurance cost is calculated as a percentage of the declared value and appears in the rate response under the insurance field.

If you need to file a claim, contact the Envia support team with your tracking number and shipment details. The claims process is handled directly by Envia, simplifying resolution compared to carrier-managed insurance.

Cash On Delivery (COD)

Cash On Delivery allows you to collect payment from the recipient when the package is delivered. This is useful for e-commerce operations where customers prefer to pay upon receipt.

Specify the amount to collect in the amount field. The COD commission cost appears in the rate response under cashOnDeliveryCommission, and the declared collection amount under cashOnDeliveryAmount.

COD is integrated with Ecart Pay for automated payment reconciliation. Collected payments are deposited to your registered account according to the payment schedule.

Tip: Check the rate response to confirm which additional services are available for each carrier and service combination. Service availability varies by carrier, route, and shipment type.

Related pages

  • Additional Charges — Fuel surcharges, peak season fees, and other carrier charges
  • Taxes — How taxes are calculated on shipping costs
  • Core Workflow — See how to include additional services when creating labels