> For the complete documentation index, see [llms.txt](https://shopping-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shopping-docs.toss.im/products/edit.md).

# 상품 수정하기

<figure><img src="/files/ia7z4NN0KmUKT7CQW3dc" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**수정 관련 가이드**

* 상품 내용 수정은 반려 또는 검수 완료 후 가능
* 다른 항목 수정 필요 시 상담 통해 ‘검수 반려’ 요청
* 광고 예정·진행 중 상품은 수정 가능 항목 제한될 수 있음
  {% endhint %}

{% hint style="success" %}
**검수 진행 후, 수정 가능 항목**

* 옵션명·옵션 썸네일
* 가격·재고
* 배송·교환
* 검색 키워드
  {% endhint %}

{% hint style="success" %}
**검수 재검토요청 접수**

* 반려 사유에 해당하지 않는다고 판단되는 경우, 재검토 요청 접수 가능
* [재검토 요청 접수하기](https://toss.im/builder/to/89adc67f337441fd95ffe1211f2fc50d)
  {% endhint %}

{% hint style="danger" %}
품절 처리 방법

* 옵션을 품절 처리 하기 위해서는 재고를 0으로 변경하지 말고, 판매 상태를 `판매 대기중`으로 변경해주세요.
* 재고만 0으로 변경하신 경우, 기주문건이 취소/반품되면 취소분만큼 재고가 다시 채워지니 주의해주세요.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://shopping-docs.toss.im/products/edit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
