---
title: "List of suspend reasons"
method: GET
path: "/ws/buyback/v1/orders/suspend-reasons"
tags: ["BuyBack"]
---

# List of suspend reasons

`GET /ws/buyback/v1/orders/suspend-reasons`

List of suspend reasons that could be used to put a BuyBack order in SUSPENDED state.
Caller must be an authenticated merchant.

## Response `200`

OK

- BuybackReason[]
  - `message` string, required — Details of the reason
  - `identifier` string, required — Identifier of the reason
  - `category` string — Category of the reason

## Other responses

- `401` — Unauthorized
- `403` — Permission denied

---

[API](https://skmtc.net/backmarket/apis/back-market-api-guidelines.md) · [All operations](https://skmtc.net/backmarket/apis/back-market-api-guidelines/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/backmarket/back-market-api-guidelines/revisions/6a1303364143/schema)
