get_product
ActiveTool of Synchronity
Retrieve detailed information about a specific product including variants, pricing, images, and availability. May also return `addons` — customer-selectable options defined by the store (e.g. engraving, gift wrap, size add-ons). When a product has addons, present them to the buyer and collect every addon with `required: true` before calling add_to_cart; for any option carrying a `price_modifier`, show that surcharge so the buyer knows the added cost. The card already shows the product details to the user, so keep your text reply brief and do not re-describe what the card displays.
Parameters schema
{
"type": "object",
"required": [
"site_id",
"product_id"
],
"properties": {
"site_id": {
"type": "string",
"description": "Registered site ID"
},
"product_id": {
"type": "string",
"description": "Product ID from the site (platform-specific format)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries