---
title: "product 수량변경"
method: PUT
path: "/bapi/v1/product/{id}/increment"
tags: ["Admin Product"]
---

# product 수량변경

`PUT /bapi/v1/product/{id}/increment`

## Path parameters

- `id` string, required

## Request body

- AdminUpdateProductVolumeRequest
  - `type` 'MINUS' | 'PLUS' — + or -
  - `value` number — 변경할 수량 절대값

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/versions/662edcbbf2b3/schema)
