list_purchase_orders
Retrieve POS purchase orders to review stock intake and purchase history. Get total counts and detailed order data including status, total, and creation dates.
Instructions
【用途】 取得 POS 採購單列表,用於了解進貨狀況與採購歷史。
【呼叫的 Shopline API】
GET /v1/pos/purchase_orders
【回傳結構】
total_found: 查詢到的採購單總數
returned: 實際回傳筆數
purchase_orders: 每筆含 id、status、total、created_at
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | 最多回傳筆數 |