---
title: "Buy an item (Buy It Now)."
method: POST
path: "/v4/buyer/buy"
tags: ["Buyer"]
---

# Buy an item (Buy It Now).

`POST /v4/buyer/buy`

## Request body

- BuyRequest — Request body for Buy endpoint.
  - `itemId` integer — The item ID to buy.
  - `buyAmount` integer — The amount to buy for.

## Response `200`

OK

- BuyResult
  - `nextBid` integer
  - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11

---

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