# 2026년 03월 업데이트 안내

안녕하세요. 원스토어 개발자센터입니다.

2026년 3월 23일(월) 진행된 원스토어 개발자센터의 업데이트 내역을 안내드립니다.

{% hint style="info" %}
**\[주요 업데이트 요약]**&#x20;

* 웹 환경에서도 상품을 판매할 수 있는 신규 서비스 ‘원웹샵(ONE webshop)’이 런칭되었습니다.
* 구매확인 미처리 내역 조회 API가 추가되었습니다.
  {% endhint %}

***

### **|** 웹 환경에서도 상품을 판매할 수 있는 신규 서비스 ‘**원웹샵'**&#xC774; 런칭되었습니다. <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* 원웹샵(ONE webshop)은 개발사가 웹 환경에서도 게임 아이템 및 디지털 상품을 판매할 수 있도록 지원하는 서비스입니다.
* 이제 앱 밖의 웹 환경에서도 이용자에게 상품을 제공할 수 있으며, 앱과 웹을 연계한 새로운 판매 채널을 운영할 수 있습니다.
* 원웹샵 관련 주요 내용은 아래 문서에서 확인하실 수 있습니다.

**\[원웹샵 소개 및 등록 가이드]**

{% content-ref url="/pages/gX39oz74s0FfOQJYXRwZ" %}
[웹샵 소개](/dev/webshop/overview.md)
{% endcontent-ref %}

**\[원웹샵 연동 가이드]**

{% content-ref url="/pages/4ej8isEhY9UMZWACKAs8" %}
[연동 관리](/dev/webshop/integration.md)
{% endcontent-ref %}

***

### **| 구매확인 미처리 내역 조회 API가** 추가되었습니다. <a href="#id-3-.-windows" id="id-3-.-windows"></a>

구매확인(consume 또는 acknowledge)이 처리되지 않은 구매 내역을 조회할 수 있는\
구매확인 미처리 내역 조회 API(getUnconfirmedPurchases)가 추가되었습니다.

**\[API 가이드]**

{% content-ref url="/pages/vtJeUee9DssYx0U1h97M" %}
[06. 원스토어 인앱결제 서버 API (API V7)](/dev/tools/billing/v21/serverapi.md)
{% endcontent-ref %}

**\[주요 기능]**

{% hint style="info" %}

* 구매확인(consume 또는 acknowledge) 처리가 완료되지 않은 구매 목록 조회
* 구매확인 미처리 상태의 트랜잭션을 사전에 식별 가능
  {% endhint %}

**\[활용 목적]**

* 구매확인이 처리되지 않은 경우, 구매 시점으로부터 3일 이내 자동 구매 취소가 발생할 수 있습니다.
* 본 API를 활용하여 구매 누락 방지 및 안정적인 결제 처리를 구현할 수 있습니다.


---

# 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/help/release/202603.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.
