---
title: "Get effective delivery rates for all territories"
method: GET
path: "/api/v{version}/delivery-pricing/rates"
tags: ["rates"]
---

# Get effective delivery rates for all territories

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

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

## Path parameters

- `version` string, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- GetAllRatesResponse
  - `rates` TerritoryRateDto[], nullable
    - `toTerritoryId` string, uuid
    - `toTerritoryCode` integer, nullable
    - `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)
