Zippyy REST APIs
  1. Couriers
Zippyy REST APIs
  • Introduction
  • Authentication API
    • Generate Token
      POST
  • Couriers
    • Check Courier Serviceability
      GET
    • Quick Quote
      POST
    • Forward Shipment (V2)
      POST
    • Forward Shipment
      POST
  • Shipments
    • Get Details of Specific Shipment
      GET
    • Generate Label
      GET
    • Generate Label Url
      GET
    • Cancel a Shipment
      PUT
    • Generate Invoice
      GET
  • Tracking
    • Get Tracking Details
      GET
    • Webhook
      POST
  • NDR
    • Action NDR
      PUT
  • Warehouse
    • Get Warehouse
      GET
    • List of Warehouse details
      GET
    • Create new Warehouse
      POST
    • Update existing warehouse properties
      PUT
  1. Couriers

Quick Quote

POST
/v1/external/shipments/rates
Use this API to check the estimated time of delivery, the rates of couriers between the pickup and delivery postal codes.

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/external/shipments/rates' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "height": 10,
  "length": 15,
  "breadth": 15,
  "weight": "1",
  "delivery_type": "FORWARD",
  "order_type": "PREPAID",
  "pickup_pincode": "500032",
  "drop_pincode": "400001",
  "invoice_value": "500"
}'
Response Response Example
{
    "rates": [
        {
            "id": "rate_5c032faea53a4a869b8955533c83078a",
            "object": "Rate",
            "created_at": 1767635927439,
            "updated_at": 1767635927439,
            "carrierService": "Express",
            "forwardFreightCharges": "129.80",
            "codCharges": "0.00",
            "rtoCharges": "129.80",
            "zone": "C",
            "earlyCodRate": null,
            "weightMismatchRate": null,
            "carrier": "Delhivery",
            "pod_name": null,
            "type": "B2C",
            "service": "Express",
            "rate": "129.80",
            "currency": "INR",
            "delivery_days": 0,
            "delivery_date": "NA",
            "est_delivery_days": 3,
            "shipmentId": null,
            "carrier_account_id": "ca_4f2f16747aec6830001b70a93a3d2df2",
            "billingType": null,
            "message": null,
            "earliest_pickup_date": null,
            "min_chargeable_weight": "0.5",
            "charged_weight": "1.00"
        },
        {
            "id": "rate_492e9cdd3a574fa998bd4f1fac895e67",
            "object": "Rate",
            "created_at": 1767635927758,
            "updated_at": 1767635927758,
            "carrierService": "Amazon Shipping Standard",
            "forwardFreightCharges": "46.25",
            "codCharges": "0.00",
            "rtoCharges": "46.25",
            "zone": null,
            "earlyCodRate": null,
            "weightMismatchRate": null,
            "carrier": "ATS",
            "pod_name": null,
            "type": "B2C",
            "service": "Amazon Shipping Standard",
            "rate": "46.25",
            "currency": "INR",
            "delivery_days": 0,
            "delivery_date": "2026-01-09T18:29:00Z",
            "est_delivery_days": 5,
            "shipmentId": null,
            "carrier_account_id": "ca_e203a9bc993f9067e54e2a36034d38ea",
            "billingType": null,
            "message": null,
            "earliest_pickup_date": null,
            "min_chargeable_weight": "0",
            "charged_weight": "1.00"
        },
        {
            "id": "rate_d7f79c32fa02481aafc813ceee830ff2",
            "object": "Rate",
            "created_at": 1767635927758,
            "updated_at": 1767635927758,
            "carrierService": "Amazon Shipping Standard",
            "forwardFreightCharges": "46.25",
            "codCharges": "0.00",
            "rtoCharges": "46.25",
            "zone": null,
            "earlyCodRate": null,
            "weightMismatchRate": null,
            "carrier": "ATS",
            "pod_name": null,
            "type": "B2C",
            "service": "Amazon Shipping Standard",
            "rate": "46.25",
            "currency": "INR",
            "delivery_days": 0,
            "delivery_date": "2026-01-09T18:29:00Z",
            "est_delivery_days": 5,
            "shipmentId": null,
            "carrier_account_id": "ca_e203a9bc993f9067e54e2a36034d38ea",
            "billingType": null,
            "message": null,
            "earliest_pickup_date": null,
            "min_chargeable_weight": "0",
            "charged_weight": "1.00"
        }
    ],
    "cheapestRate": {
        "id": "rate_492e9cdd3a574fa998bd4f1fac895e67",
        "object": "Rate",
        "created_at": 1767635927758,
        "updated_at": 1767635927758,
        "carrierService": "Amazon Shipping Standard",
        "forwardFreightCharges": "46.25",
        "codCharges": "0.00",
        "rtoCharges": "46.25",
        "zone": null,
        "earlyCodRate": null,
        "weightMismatchRate": null,
        "carrier": "ATS",
        "pod_name": null,
        "type": "B2C",
        "service": "Amazon Shipping Standard",
        "rate": "46.25",
        "currency": "INR",
        "delivery_days": 0,
        "delivery_date": "2026-01-09T18:29:00Z",
        "est_delivery_days": 5,
        "shipmentId": null,
        "carrier_account_id": "ca_e203a9bc993f9067e54e2a36034d38ea",
        "billingType": null,
        "message": null,
        "earliest_pickup_date": null,
        "min_chargeable_weight": "0",
        "charged_weight": "1.00"
    },
    "fastestRate": {
        "id": "rate_5c032faea53a4a869b8955533c83078a",
        "object": "Rate",
        "created_at": 1767635927439,
        "updated_at": 1767635927439,
        "carrierService": "Express",
        "forwardFreightCharges": "129.80",
        "codCharges": "0.00",
        "rtoCharges": "129.80",
        "zone": "C",
        "earlyCodRate": null,
        "weightMismatchRate": null,
        "carrier": "Delhivery",
        "pod_name": null,
        "type": "B2C",
        "service": "Express",
        "rate": "129.80",
        "currency": "INR",
        "delivery_days": 0,
        "delivery_date": "NA",
        "est_delivery_days": 3,
        "shipmentId": null,
        "carrier_account_id": "ca_4f2f16747aec6830001b70a93a3d2df2",
        "billingType": null,
        "message": null,
        "earliest_pickup_date": null,
        "min_chargeable_weight": "0.5",
        "charged_weight": "1.00"
    }
}
Modified at 2026-01-05 18:12:22
Previous
Check Courier Serviceability
Next
Forward Shipment (V2)
Built with