Report: Shipment History
logiwa_report_shipment_historyRetrieve historical outbound shipment records with SKU, quantities, order, and date details, available in Markdown or JSON for warehouse reporting and analysis.
Instructions
Historical shipped-line records (outbound fulfillment 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: shipment line history with SKU, quantities, 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 |