list_item_history
Retrieve product history records by ID, with pagination and sorting, to track changes and audit product updates.
Instructions
取得商品歷史紀錄 (GET /v1/items/{id}/history).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 商品 ID | |
| page | No | 頁碼 (1-based) | |
| limit | No | 每頁筆數 | |
| sort_field | No | 排序欄位 | |
| sort_order | No | 排序方式 |