# 정산완료된 상태에서 요청상태로 복원 가능한가요?

<mark style="color:blue;">정산이 완료된 상태라면 요청상태로 변경이 가능하지 않아요.</mark>

***

정산 완료 처리될 때, 실제 정산이 처리되야 할 상태(배송중\~거래완료까지)가 아니면 삭제하고\
정산 금액을 재계산하여 업데이트 해주도록 되어 있어요.


---

# Agent Instructions: 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:

```
GET https://help.makeshop.co.kr/faq/product/undefined-2/undefined-5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
