Report: Receiving History
logiwa_report_receiving_historyRetrieve historical inbound receiving records with SKU, quantities, purchase order, and date details. Paginated results support page number and page size for efficient review.
Instructions
Historical receipt records (inbound receiving history), paginated.
Args:
page (number): 1-based page number (default 1)
page_size (number): records per page, 1-200 (default 20)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: receipt history with SKU, quantities, purchase order and date information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number to fetch (Logiwa paginates by page index). | |
| page_size | No | Number of records per page (1-200, default 20). | |
| response_format | No | Output format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload. | markdown |