From 96440f6b50b98e6dedc0bfcaa4fbeb6a41d9aa5c Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 19 Mar 2026 15:05:59 +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=E9=97=9C=E6=96=BC?= =?UTF-8?q?=E9=97=9C=E9=8D=B5=E5=AD=97=E6=90=9C=E5=B0=8B=E7=9A=84=E8=AA=A4?= =?UTF-8?q?=E5=B0=8E=E8=AA=AA=E6=98=8E?= 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 1170db6..0623b2d 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`