---
title: "Get effective delivery rate for a specific territory"
method: GET
path: "/api/v{version}/delivery-pricing/rates/{toTerritoryId}"
tags: ["rates"]
---

# Get effective delivery rate for a specific territory

`GET /api/v{version}/delivery-pricing/rates/{toTerritoryId}`

Returns the effective delivery prices for a specific destination territory. This endpoint automatically applies the priority logic: supplier-specific prices take precedence over PriceList prices.

## Path parameters

- `version` string, required
- `toTerritoryId` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- GetRateResponse
  - `toTerritoryId` string, uuid
  - `toTerritoryName` string, nullable
  - `toTerritoryLevel` string, nullable
  - `deliveryPrices` DeliveryPriceDto[], nullable
    - `deliveryType` string, nullable
    - `price` number, double

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/revisions/99b075e0b641/schema)
