get_shopify_product
Get one Shopify product's full detail by id (gid://shopify/Product/...): description, status, tags, updatedAt (pass it as expected_updated_at when proposing a publish/live edit), and its variants with price and inventory. Use before editing a product.
Routing: Shopify product detail (description/variants/inventory) by id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| product_id | Yes | The product gid, e.g. gid://shopify/Product/123 |