# 상품등록과 관리

## **개요** <a href="#id" id="id"></a>

'상품'이란 '원스토어'를 통해 유통되는 앱을 의미하며 원스토어 개발자센터에서 등록하고 관리할 수 있습니다.

* 원스토어 개발자센터는 하나의 상품 ID(PID) 아래 여러 OS용 앱을 등록하고 관리할 수 있는 구조를 제공합니다. \
  각 OS별 앱은 고유한 애플리케이션 ID(AID)를 가지며, Android와 Windows OS를 지원합니다.

<table><thead><tr><th width="103.727294921875">용어</th><th width="170.90911865234375">정의</th><th>설명</th></tr></thead><tbody><tr><td><strong>PID</strong></td><td><p>Product ID</p><p></p></td><td><ul><li>상품을 식별하는 고유 ID</li><li>하나의 PID 아래 여러 OS용 앱을 포함 가능</li></ul></td></tr><tr><td><strong>AID</strong></td><td>Application ID</td><td><ul><li>각 OS별 앱을 식별하는 고유 ID</li></ul></td></tr></tbody></table>

* 지원하는 OS의 유형은 아래와 같습니다.

<table><thead><tr><th width="275.6363525390625">OS </th><th>설명</th></tr></thead><tbody><tr><td><strong>Android</strong></td><td>Android 환경용으로 AAB,APK 바이너리 파일을 지원합니다.</td></tr><tr><td><strong>Windows</strong></td><td>PC 환경용으로 AAB,APK,EXE 바이너리 파일을 지원합니다.</td></tr></tbody></table>


---

# 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.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.
