Short answer: Drop the "Shopify → Update Product" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Product ID product_id | string | Required | Shopify product ID — numeric. Find via List Products. |
Title title | string | Optional | Title |
Description (HTML) body_html | string | Optional | Description (HTML) |
Vendor vendor | string | Optional | Vendor |
Tags tags | string | Optional | Comma-separated (replaces existing) |
Status status | options | Optional | Status. Options: Active, Draft, Archived |
{"product_id": "e.g. 123456789","title": "{{trigger.title}}","body_html": "{{trigger.body_html}}","vendor": "{{trigger.vendor}}","tags": "{{trigger.tags}}"}
{"product": {"id": 123,"title": "Updated Title","status": "active"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.