Update Product
Updates a product in Shopify.
This node is also exposed as an AI Agent tool.
This node has 1 input port and 1 output port.
Common Properties
Every node shares these.
- Name — the node's display name on the canvas.
- Color — the node's colour on the canvas.
- Delay Before (sec) — wait this long before the node runs.
- Delay After (sec) — wait this long after the node runs.
- Continue On Error — carry on instead of failing the flow. Defaults to false.
info
When Continue On Error is true the error is not raised at all, so a Catch node will not see it either.
Inputs
| Property | Field | Description |
|---|---|---|
| Client ID | inClientID | Client ID from Connect node |
| Product ID | inProductID | Shopify product ID to update |
Outputs
| Property | Field | Description |
|---|---|---|
| Result | outResult | Updated product object |
Options
| Property | Field | Description |
|---|---|---|
| Credentials | optCredentials | Shopify credentials |
| Description HTML | optDescription | New product description in HTML |
| Product Type | optProductType | New product type |
| Status | optStatus | New product status One of: UNCHANGED, draft, active, archived. |
| Tags | optTags | New comma-separated list of tags |
| Title | optTitle | New product title |
| Vendor | optVendor | New vendor name |
Requirements
- A Client ID from this package's Connect node, unless you set credentials directly on this node.
- Shopify Access Token — Admin API access token for your Shopify store
value— Access Token (password, required). Shopify Admin API access tokenshop_domain— Shop Domain (text, required). Your Shopify store domain (e.g. mystore.myshopify.com)
Store these in a Vault and reference the vault item from the node, rather than typing the secret into the property.
Related nodes
Create Product · Get Product · List Products · Delete Product
Elsewhere in the package: Connect · Disconnect · Get Order · List Orders · Update Order · Cancel Order · Create Customer · Get Customer · List Customers · Update Customer and 9 more
See also
- Shopify — every node in this package
- Message object — how properties read values from
msg - Handling failure — Continue On Error, Catch and retries