Blowhorn API Documentation
  • Welcome
  • API REFERENCE
    • Authentication
      • Customer Authentication
      • Partner Authentication
    • Orders
      • Shipment Orders
      • Marketplace Orders
      • Cancel Order
      • Order Event
      • Order Event History
      • ETA
      • Delivery Partner Details
      • Order Documents
    • Drivers
      • Available Vehicle Class
      • Driver Availability
      • Payday Loan Eligibility
      • Driver Details
      • Driver Balance
      • Driver Deductions
    • Locations
      • Serviceability
      • Hubs
      • Coverage
      • Location Type
      • Storage Type
      • Location Zone
      • Location
    • WMS Inbound
      • Clients
      • Suppliers
      • Purchase Orders
      • Advance Shipping Notice
      • Goods Receipt Note
    • WMS Outbound
      • Shipping Label
      • Shipping Manifest
    • Inventory
      • Product Group
      • Tracking Level
      • Pack Config
      • SKU
      • Inventory
      • Inventory Transaction
    • Webhooks
      • HMAC Authentication
      • Order Status
      • Trip Status
      • Inventory Status
  • Help
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. API REFERENCE
  2. Orders

ETA

This API provides estimated time of arrival of the delivery partner with the shipment.

Get estimated time of arrival of Delivery Partner

GET /shipment/order/{orderId}/get-estimated-arrival

Use this API to get the estimated time of arrival of the delivery partner with the shipment. It requires the orderId of the order whose estimated time needs to be known. Note: The orderId is sent to the customer when an order is created.

Path Parameters

Name
Type
Description

API_KEY*

string

Contact Blowhorn team for API Key

Headers

Name
Type
Description

orderId*

string

AWB Number / Shipment ID received when order is created

{
  "driver_name": "Nagesh",
  "phone_number": 9986666050,
  "registration_number": "KA435541",
  "rating": 4.8,
  "no_of_trips": 100,
  "duration": {
    "text": "1 hours 2 mins",
    "value": 2894
  }
}
{
  "status": "string",
  "message": "string"
}
"Unauthorized, pass correct api_key in request header"
PreviousOrder Event HistoryNextDelivery Partner Details

Last updated 3 years ago

Was this helpful?