Report: Available To Promise
logiwa_report_available_to_promiseCheck available-to-promise quantities per SKU to see how many units can still be sold. Get on-hand, allocated, and sellable stock with pagination.
Instructions
Available-to-promise (sellable) quantities per SKU, paginated. Best for "how many can I still sell?".
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: ATP rows per SKU/warehouse with on-hand, allocated and available-to-promise quantities.
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 |