---
title: "get retailer by id"
method: GET
path: "/retailers/{id}"
tags: ["Retailers"]
---

# get retailer by id

`GET /retailers/{id}`

## Path parameters

- `id` integer, required

## Response `200`

success

- Retailer
  - `id` integer
  - `name` string
  - `priority` integer, nullable — well-known retailers have a higher priority

## Other responses

- `404` — retailer not found

---

[API](https://skmtc.dev/thequestionmark/apis/questionmark-api-v1-2.md) · [All operations](https://skmtc.dev/thequestionmark/apis/questionmark-api-v1-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thequestionmark/questionmark-api-v1-2/revisions/936ff09e6fa1/schema)
