# 주문 관리

- [주문 관리하기](https://shopping-docs.toss.im/shopping-operations/order/management.md): 토스쇼핑 주문관리 가이드입니다. 주문 처리 지연 등은 페널티로 이어질 수 있어요.
- [취소・교환・반품 관리하기](https://shopping-docs.toss.im/shopping-operations/order/cancel_management.md): 토스쇼핑 파트너스에서 취소, 교환, 반품 요청을 확인하고 관리하는 방법입니다.
- [정산하기](https://shopping-docs.toss.im/shopping-operations/order/settlement.md)
- [(구) 정산 가이드](https://shopping-docs.toss.im/shopping-operations/order/settlement/old-version.md)
- [배송 정보 관리하기](https://shopping-docs.toss.im/shopping-operations/order/delivery.md): 배송지를 등록하고 관리하는 방법입니다.


---

# 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://shopping-docs.toss.im/shopping-operations/order.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.
