get_product_details
Look up a product by ID and optionally specify variant options to select a specific variant.
Schema
Input Schema
{
"type": "object",
"required": [
"product_id"
],
"properties": {
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code for which to return localized results (e.g., 'US', 'CA', 'GB')."
},
"options": {
"type": "object",
"description": "Optional variant options to select a specific variant, e.g. {\"Size\": \"10\", \"Color\": \"Black\"}"
},
"language": {
"type": "string",
"description": "ISO 639-1 language code for which to return localized results (e.g., 'EN', 'FR', 'DE')."
},
"product_id": {
"type": "string",
"description": "The product ID, e.g. gid://shopify/Product/123"
}
}
}
Verified Stores
8
Member Stores
Stores exposing the get_product_details tool
Weekly UCP Report
Get the agentic commerce digest every Monday
Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.
Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability
