> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/eng/help/release/202603.md).

# March 2026 Update Notice

Hello, Developers!\
We are excited to share the upcoming updates to the ONE store Developer Center, scheduled for March 23, 2026. Below are the details of the changes:

{% hint style="info" %}
**Key Updates Summary**

* ONE webshop is now available.&#x20;
* A new API, getUnconfirmedPurchases, has been added to allow developers to retrieve purchase records where purchase confirmation (consume or acknowledge) has not yet been completed.
  {% endhint %}

### **|** ONE webshop is now available <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* ONE webshop allows developers to sell game items and digital products on the web, in addition to their apps.
* With ONE webshop, developers can reach users beyond the app and expand their sales channels across app and web.
* For more information, see the following guides:

**\[ONE webshop Overview and Registration Guide]**

{% content-ref url="/pages/INKwH3KQEjx6gUNe08pn" %}
[Webshop Overview](/dev/eng/webshop/overview.md)
{% endcontent-ref %}

**\[ONE webshop Integration Guide]**

{% content-ref url="/pages/l0J9fnNnqeXxDzKDywwd" %}
[Integration Management](/dev/eng/webshop/integration.md)
{% endcontent-ref %}

***

### **|** Added getUnconfirmedPurchases API <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* A new API, getUnconfirmedPurchases, has been added to allow developers to retrieve purchase records where purchase confirmation (consume or acknowledge) has not yet been completed.

**\[Document]**

{% content-ref url="/pages/IHMF0sxedWtMWmDv5vcE" %}
[ONE store IAP Server API (API V7)](/dev/eng/tools/billing/v21/serverapi.md)
{% endcontent-ref %}

**\[Key Features]**

{% hint style="info" %}

* Retrieve a list of purchases where consume or acknowledge processing is incomplete
* Identify unconfirmed transactions in advance before issues occur
  {% endhint %}

**\[Use Cases]**

* If purchase confirmation is not completed, the purchase may be automatically canceled within 3 days from the purchase time.
* By using this API, developers can prevent missed purchase confirmations and ensure stable and reliable payment processing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://onestore-dev.gitbook.io/dev/eng/help/release/202603.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
