Get Purchase Order
logiwa_get_purchase_orderRetrieve complete purchase order details, including vendor, warehouse, dates, and line items, by providing its UUID. Choose markdown for a summary or JSON for full structured data.
Instructions
Get full detail (including line items) of one purchase order by its identifier (UUID).
Args:
identifier (string): the PO's UUID (from logiwa_list_purchase_orders)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: the purchase order with vendor, warehouse, dates and line products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Purchase order identifier (UUID). | |
| response_format | No | Output format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload. | markdown |