Get Shipment Order
logiwa_get_shipment_orderGet full shipment order details using its UUID, covering status, addresses, line products, carrier, and tracking.
Instructions
Get full detail of one shipment order by its identifier (UUID).
Args:
identifier (string): the order's UUID (from logiwa_list_shipment_orders)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: the shipment order including status, addresses, line products, carrier and tracking info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Shipment order identifier (UUID). | |
| response_format | No | Output format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload. | markdown |