# 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/YgYr4vluZ6HFxPvoGdwC" %}
[Webshop 介绍](/dev/chi/webshop/overview.md)
{% endcontent-ref %}

**\[ONE webshop Integration Guide]**

{% content-ref url="/pages/N0EqKOKMSm8CJ3EVdrDg" %}
[Integration Management](/dev/chi/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 In-App支付服务器API (API V7)](/dev/chi/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: 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/chi/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.
