Compare commits

...

3 Commits

Author SHA1 Message Date
076a71f3db Merge branch 'dev' into demo
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 58s
2026-03-19 15:06:21 +08:00
f96d2870c3 [DOCS] 修正商品資料讀取 API 說明,移除關鍵字搜尋描述 2026-03-19 15:06:20 +08:00
96440f6b50 [DOCS] 修正商品資料讀取 API 關於關鍵字搜尋的誤導說明 2026-03-19 15:05:59 +08:00

View File

@@ -16,7 +16,7 @@ Star ERP 系統提供外部整合 API (Integration API) 供電商前台、POS
## 1. 商品資料讀取 (Product Retrieval)
此 API 用於讓外部系統(如 POS依據關鍵字、分類或最後更新時間,從 ERP 中批量抓取商品資料。支援分頁與增量同步。
此 API 用於讓外部系統(如 POS依據條件,從 ERP 中批量抓取商品資料。支援分頁與增量同步。
- **Endpoint**: `/products`
- **Method**: `GET`