環境與 Base URL
所有 Platform API endpoint 都以固定 Base URL 開始:
https://api.guo-guo.com
Request Format
| Item | Value |
|---|---|
| Protocol | HTTPS |
| Request Content-Type | application/json |
| Response Content-Type | application/json |
| Time Format | ISO 8601 date-time, for example 2026-06-02T12:30:00+08:00 |
建立訂單 endpoint 請使用 JSON 作為 request format。
Common Headers
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | private key。請聯繫客服申請。 |
Content-Type | POST required | 建立訂單時使用 application/json。 |
Pagination
列表 endpoint 使用 OData query parameters。單次回傳上限為 100 筆,回應中以 @odata.count 表示資料總數。