get_product_details
Retrieve full product information including images, sizes, colors, and specifications by providing a product ID.
Instructions
Get complete product information including all images, sizes, and specifications.
Args: product_id: The product ID from search results (the 'id' field)
Returns: Full product details with: - images: ALL product images from multiple angles (show all to users) - image_url: Primary product image - url: Buy link on klydo.in (may be null — only show when present) - sizes, colors, description, specifications - Returns None if product not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |