# 상품현황

상품현황 화면에서는 등록한 앱의 정보와 상태를 확인할 수 있습니다.

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

## **상품제목**&#x20;

* 최초  등록 시 앱의 PID 정보가 제목으로 노출되며, 제목은 수정 기능을 통해 언제든지 변경 가능합니다. (최대 50자)

## **OS 유형** <a href="#os" id="os"></a>

* 등록 시 선택한 OS가 표시됩니다.

## **검증상태**

<table><thead><tr><th width="192.9090576171875">검증상태</th><th>설명</th></tr></thead><tbody><tr><td> <strong>검증중</strong></td><td>원스토어 검증시스템에서 검증이 진행 중인 상태</td></tr><tr><td><strong>검증완료</strong></td><td>검증이 통과되어 배포가 가능한 상태</td></tr><tr><td><strong>반려</strong></td><td>검증이 통과되지 못하고 반려된 상태<br><mark style="color:red;">※ 검증이 반려된 경우, 반려 사유를 수정하여 다시 검증을 요청해야 합니다.</mark></td></tr></tbody></table>

## **판매상태**

<table><thead><tr><th width="200.18182373046875">판매상태</th><th>설명</th></tr></thead><tbody><tr><td> <strong>등록중</strong></td><td>최초 검증이 완료되기 전 상태</td></tr><tr><td><strong>판매대기</strong></td><td>최초 검증을 통과하여  배포 대기 중인 상태</td></tr><tr><td><strong>판매중</strong></td><td>배포가 완료되어 판매중인 상태</td></tr><tr><td><strong>판매중지</strong></td><td>개발자가 직접 판매를 중단한 상태</td></tr><tr><td><strong>판매불가</strong></td><td>원스토어 정책에 의해 판매가 불가능한  상태<br><mark style="color:red;">※ 앱을 다시 판매하시려면 원스토어에 문의해 주세요.</mark><br>-문의하기 : devhelper@onestore.net</td></tr></tbody></table>

## **최근 업데이트 날짜**

* 가장 마지막으로 정보가 업데이트 된 날짜가 표시됩니다.

## **OS추가하기**

* 추가로 등록할 수 있는 OS 가 있는 경우 **\[+OS 추가]** 버튼이 노출됩니다.

## **앱 삭제하기**

* 앱은 등록한 OS 개별로 삭제가 가능합니다.
  * "등록중" 판매상태의 앱은 삭제가 가능하나, "판매중" 상태 이후부터는 삭제가 불가능 합니다.&#x20;
  * 검증이 완료된 "판매대기" 상태의 앱인 경우 예약된 정보를 삭제하셔야만 앱 삭제가 가능합니다.


---

# 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://onestore-dev.gitbook.io/dev/docs/apps/applications.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.
