Get product details
get_productFull details of one product by its code: available sizes, fabrics, per-variant price, and the design 'about' text. Args: code (from search_products).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Product code from search_products results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| code | No | ||
| about | No | Design description text (may be null). | |
| error | No | Present when the product was not found. | |
| image | No | ||
| price | No | ||
| sizes | No | ||
| theme | No | ||
| title | No | ||
| fabrics | No | ||
| good_id | No | ||
| product | No | ||
| currency | No | ||
| variants | No | Price per size+fabric combination. |