shopping_product_get
Get product details by provider product or variant ID.
Schema
Input Schema
{
"type": "object",
"required": [
"agent_id",
"product_id"
],
"properties": {
"agent_id": {
"type": "string",
"description": "Registered UCP Gateway UUID returned by register_ucp_profile; required for every Shopping tool."
},
"selected": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"label"
],
"properties": {
"name": {
"type": "string",
"description": "Variant option name returned by the provider, e.g. 'Color'."
},
"label": {
"type": "string",
"description": "Variant option label chosen by the buyer, e.g. 'Blue'."
}
},
"description": "Selected variant option.",
"additionalProperties": false
},
"maxItems": 20,
"description": "Optional selected variant option pairs to resolve a product variant."
},
"product_id": {
"type": "string",
"description": "Provider product ID or variant ID returned by shopping_product_search. The current adapter returns Shopify GIDs."
},
"merchant_domain": {
"type": "string",
"description": "Merchant host such as 'outboundpower.com' or 'example.myshopify.com'. Do not include a URL scheme, localhost, private IP, file URL, or ftp URL."
}
},
"description": "Arguments for loading product detail.",
"additionalProperties": false
}
Verified Stores
1
Member Stores
Stores exposing the shopping_product_get 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
