create_shopify_product
Create a new product in the connected Shopify store as a DRAFT (never live — publishing to buyers is a separate approval-gated step). Sets title, description, vendor, type, and tags. Use when building out the catalog; the operator approves go-live later.
Routing: Shopify: create a DRAFT product (title/description/tags) — never live
[sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags | |
| title | Yes | Product title | |
| vendor | No | Vendor/brand name | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| product_type | No | Product type/category label | |
| description_html | No | Product description (HTML allowed) |