# 정산 주기에 따른 정산 대상 주문은 어떻게 추출하나요?

<mark style="color:blue;">공급자에 설정된 정산 일자를 기준으로 익일 오전에 정산 대상 주문을 추출해요.</mark>

***

## <mark style="color:blue;">정산 주기</mark>

공급자 별로 정산 주기를 주1회 / 월1회 / 월2회로 설정 가능해요. (공급자 입점 관리 메뉴에서 설정 가능)

## <mark style="color:blue;">정산 대상 상태</mark>

배송중 / 배송완료 / 거래완료 중 선택한 상태의 주문을 정산 대상으로 추출할 수 있어요. \
(공급자 직배송 기본 설정 메뉴에서 설정 가능)

* 주문1.0 : 최근 2개월 이내 발생한 주문 중에서 <mark style="color:blue;">정산 주기</mark>에 해당하는 기간동안 "배송"처리된 주문을 정산 대상으로 추출해요.
* 주문2.0 : 최근 2개월 이내 발생한 주문 중에서 <mark style="color:blue;">정산 주기</mark>에 해당하는 기간동안 <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-6.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.
