Get Product
logiwa_get_productRetrieve complete product details by Logiwa UUID, including SKU, name, description, pricing, packing settings, custom fields, and flags. Choose markdown for a readable summary or JSON for the full structured payload.
Instructions
Get the full detail of a single product by its Logiwa identifier (UUID).
Args:
identifier (string): the product's UUID (from logiwa_list_products items[].identifier)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: the product object including SKU, name, description, pricing, packing settings, custom fields and flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Product identifier (UUID). | |
| response_format | No | Output format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload. | markdown |