---
title: "Get Delivery Fee"
method: POST
path: "/merchant/{merchantReference}/delivery/fee"
tags: ["Delivery"]
---

# Get Delivery Fee

`POST /merchant/{merchantReference}/delivery/fee`

Calculate the delivery fee for a given route. Provide source and destination addresses along with the estimated order amount to receive a fee quote.

## Path parameters

- `merchantReference` string, required

## Request body

- object
  - `source_address` object, required — The starting point for the delivery.
    - `latitude` number, required — The latitude of the source address.
    - `longitude` number, required — The longitude of the source address.
  - `destination_address` object, required — The endpoint for the delivery.
    - `latitude` number, required — The latitude of the destination address.
    - `longitude` number, required — The longitude of the destination address.
  - `estimated_order_amount` integer — The estimated amount for the order.

## Response `200`

Successful response

---

[API](https://skmtc.dev/chowdeck/apis/chowdeck-api.md) · [All operations](https://skmtc.dev/chowdeck/apis/chowdeck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chowdeck/chowdeck-api/revisions/5830cc8467d8/schema)
