Lookup Reference Data
logiwa_lookupFetch Logiwa reference data to resolve valid identifiers and names needed for creating or updating records. Get lists of clients, warehouses, order types, product groups, carriers, and more.
Instructions
Fetch Logiwa reference/lookup data used to resolve names and identifiers needed by other tools (clients, warehouses, order types, product types/groups, pack types, damage/return reasons, carriers, users).
Many create/update tools need a clientIdentifier, type name, or currency — use this first to discover valid values.
Args:
category (string, optional): return only one list. One of: clientList, warehouseList, shipmentOrderTypeList, purchaseOrderTypeList, productTypeList, productGroupList, packTypeList, damageReasonList, returnReasonList, carrierList, userList. Omit to get a summary of all categories with their counts.
response_format ('markdown' | 'json'): output format (default markdown)
Returns: the requested lookup list (each entry typically has an identifier and a name), or a category summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional: return only this lookup list. Omit for a summary of all categories. | |
| response_format | No | Output format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload. | markdown |