From f96d2870c3b3e6854fe6842750eb8406bd3b9950 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 19 Mar 2026 15:06:20 +0800 Subject: [PATCH] =?UTF-8?q?[DOCS]=20=E4=BF=AE=E6=AD=A3=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=B3=87=E6=96=99=E8=AE=80=E5=8F=96=20API=20=E8=AA=AA=E6=98=8E?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E9=99=A4=E9=97=9C=E9=8D=B5=E5=AD=97=E6=90=9C?= =?UTF-8?q?=E5=B0=8B=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/markdown/manual/api-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/markdown/manual/api-integration.md b/resources/markdown/manual/api-integration.md index 0623b2d..6d1a715 100644 --- a/resources/markdown/manual/api-integration.md +++ b/resources/markdown/manual/api-integration.md @@ -16,7 +16,7 @@ Star ERP 系統提供外部整合 API (Integration API) 供電商前台、POS ## 1. 商品資料讀取 (Product Retrieval) -此 API 用於讓外部系統(如 POS)依據分類或最後更新時間,從 ERP 中批量抓取商品資料。支援分頁與增量同步。 +此 API 用於讓外部系統(如 POS)依據條件,從 ERP 中批量抓取商品資料。支援分頁與增量同步。 - **Endpoint**: `/products` - **Method**: `GET`