get_order_details
Retrieve line items for a specific Tuma250 order by providing the order ID, including product details, quantity, and pricing.
Instructions
Fetch the line items for a specific Tuma250 order.
Args: order_id: The WooCommerce order ID (from list_recent_orders).
Returns: dict containing: - order_id (str) - items (list): Each item with slug, variation_attributes, name, qty, price, brand, unit_size, category_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||