update_live_shopify_product
Edit a LIVE Shopify product's title, description, or tags — changes buyers see immediately. Approval-tier with expected_updated_at lock: refuses if the product changed since the edit was reviewed. Use when the operator approves a change to live catalog.
Routing: Shopify: edit a LIVE product — approval-tier, lock-checked
[outbound-tier — EVERY call needs a manager's approval (per-send human rail): each request queues its own approval card and sends exactly once on approve. There is no standing grant for this tool.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| product_id | Yes | Product gid | |
| description_html | No | ||
| expected_updated_at | Yes | The product's updatedAt as read when the edit was reviewed (ISO) |