列出訂單
訂單 Orders
列出訂單
取得訂單列表,支援分頁與篩選。
GET
列出訂單
Documentation Index
Fetch the complete documentation index at: https://developers.zangsho.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
使用 Laravel Sanctum Token 進行認證。
Token 可在商家後台的「API 設定」頁面取得。
Query Parameters
頁碼
Required range:
x >= 1每頁筆數(最大 100)
Required range:
1 <= x <= 100篩選訂單狀態
Available options:
pending, paid, failed, refunded, cancelled 篩選特定客戶的訂單
起始日期(含)
結束日期(含)