---
title: "Make a counteroffer"
method: PUT
path: "/ws/buyback/v2/orders/{buybackOrderId}/counter-offers"
tags: ["BuyBack"]
---

# Make a counteroffer

`PUT /ws/buyback/v2/orders/{buybackOrderId}/counter-offers`

Make a counter offer on an order.
Caller must be an authenticated refurbisher, owner of the provided buyback order.

## Path parameters

- `buybackOrderId` string, required

## Response `204`

No content

## Other responses

- `400` — Invalid request payload
- `401` — Unauthorized
- `403` — Permission denied
- `404` — Order id not found
- `422` — Unprocessable request
- `429` — Too Many Requests
- `5XX` — Internal Error

---

[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)
