Back to Docs
PathaoParcelAPI Playground

Endpoints

POSThttps://sandbox.pathao.com/v1/business/order/quotation
POST/v1/business/order/quotation

Get Quotation

Get a delivery price quote without creating an order. Use this to display delivery fees to your customers before they commit.

Parameters

Response Example

{
  "charge": 120,
  "distance": 8.5,
  "duration": 25,
  "time_to_pickup": 12
}