shopping product get
shopping_product_getGet product details by provider product or variant ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Registered UCP Gateway UUID returned by register_ucp_profile; required for every Shopping tool. | |
| selected | No | Optional selected variant option pairs to resolve a product variant. | |
| product_id | Yes | Provider product ID or variant ID returned by shopping_product_search. The current adapter returns Shopify GIDs. | |
| merchant_domain | No | Merchant host such as 'outboundpower.com' or 'example.myshopify.com'. Do not include a URL scheme, localhost, private IP, file URL, or ftp URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True for successful tool execution; false for structured tool errors. | |
| raw | No | Redacted raw provider or registry payload for debugging. Shape may vary by upstream endpoint. | |
| error | No | Structured tool error. | |
| offers | No | Offers or variants returned by the provider when available. | |
| message | Yes | Human-readable result summary or recovery message. | |
| product | No | Normalized provider product record. Shape may vary by provider endpoint. | |
| next_step | Yes | Recommended next step. Suggestions are non-binding and never authorize payment or state-changing actions. | |
| merchant_domain | No | Resolved merchant domain when available. |