v1

latestOpenAPI 3.0.02026-08-04380104.3 KB
Relay Delivery

Get Delivery Fee

Calculate the delivery fee for a relay delivery. The returned fee ID is required to create a delivery.

post/relay/delivery/fee

Request body

estimated_order_amountinteger

Chowdeck can provide full reimbursement of the estimated order amount for damages or losses that occur while the package is in transit, this service incurs an additional safety fee and requires that this parameter be supplied.

source_address_stringstring

A string pick up address

destination_address_stringstring

A string drop off address

Response

200

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Amount computed successfully",
  "data": {
    "id": 18987,
    "total_amount": 210000,
    "delivery_amount": 210000
  }
}