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

# product 수정

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

## Path parameters

- `id` string, required

## Request body

- AdminModifyProductRequest
  - `env_desc` string — 환경효과 내용
  - `env_icon` string — 환경효과 아이콘 url
  - `env_ttl` string — 환경효과 타이틀
  - `id_proj` integer — 프로젝트 아이디
  - `img_bg_prod` string — 프로덕트 배경 이미지 url
  - `img_mobile_bg_prod` string — 프로덕트 모바일 배경 이미지 url
  - `img_thumbnail_prod` string — 프로덕트 썸네일 이미지 url
  - `minimum_buy_vol` number — 최소 구매 수량
  - `productDetailImageUrls` string[] — 프로덕트 상세 이미지 url 목록
  - `productNameEn` string — 상품 이름 (영어)
  - `productNameKr` string — 상품 이름 (한국어)
  - `productStoryEn` string — 프로덕트 스토리 (영어)
  - `productStoryKo` string — 프로덕트 스토리 (한국어)
  - `status_srv` 'ACTIVE' | 'DELETED' | 'INACTIVE' | 'READY' — 프로덕트 상태
  - `unit_price` integer — 톤당 가격

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