get_product
Full detail for one product: metal variants with live starting prices, the complete customization matrix (ring sizes, widths, thickness, color, finish, stone type, engraving rules) with the ids to echo into price_product, stone specifications, physical dimensions, size-group siblings, matching pieces, and the default image. Identify the product by exactly one of slug, style_code, or url (any 25karats product URL works).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Any 25karats.com product URL | |
| slug | No | Product page slug, e.g. 'floral-antique-handmade-wedding-ring' | |
| metal | No | Optionally preselect a metal variant | |
| style_code | No | Style/SKU code shown on the product page, e.g. 'HC100232' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faq | No | ||
| url | Yes | ||
| tags | Yes | ||
| brand | Yes | ||
| title | Yes | ||
| stones | No | ||
| currency | Yes | ||
| variants | Yes | ||
| lead_time | Yes | ||
| breadcrumb | Yes | ||
| style_code | Yes | ||
| description | No | ||
| image_count | Yes | ||
| availability | Yes | ||
| pricing_note | Yes | ||
| product_line | Yes | ||
| customization | Yes | ||
| default_image | No | ||
| matching_product | No | ||
| physical_details | No | ||
| size_group_siblings | No |