---
title: "Purchase Item"
method: POST
path: "/api/v3/store/purchase/item"
tags: ["Store"]
---

# Purchase Item

`POST /api/v3/store/purchase/item`

Purchase an item from the current rotation.

## Request body

- ItemPurchaseRequest
  - `user_id` integer, required
  - `item_name` string, required
  - `item_type` string, required
  - `key_type` string, required

## Response `200`

Request fulfilled, document follows

- ItemPurchaseResponse
  - `success` boolean, required
  - `item_name` string, required
  - `item_type` string, required
  - `price_paid` integer, required
  - `remaining_coins` integer, required

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api-2.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api-2/revisions/d14c3e9eddba/schema)
