# Roadmap

## 未整備

* [ ] Partner API Key 発行 UI (現在は管理者が手動発行)
* [ ] Rate Limit 導入
* [ ] Webhook 通知 (在庫 0 検知 → 外部アプリに通知)
* [ ] OpenAPI 3.1 スキーマ公開
* [ ] バッチ処理の並列化・チャンク対応
* [ ] dry\_run モード (Products / Inventory API)

## 完了

* [x] Products bulk-upsert API
* [x] Inventory Levels bulk-upsert API (絶対値 + delta)
* [x] 在庫変更ログ自動記録
* [x] 商品変更ログ自動記録 (価格改定等)
* [x] 日次在庫スナップショット cron
* [x] 認証統一 (x-cron-secret + x-shop)


---

# 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://lmile.gitbook.io/lmile-docs/resources/roadmap.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.
