Back to Shopify Products
Connect Knoon AI with Shopify Products (Shopify) to automate AI workflows.
Update a Shopify product by GraphQL ID.
shopifyProductsUpdateProduct
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| productId | mustache | GraphQL product ID. | Yes |
| title | mustache | Optional new product title. | No |
| handle | mustache | Optional new product handle. | No |
| descriptionHtml | mustache | Optional new HTML description. | No |
| vendor | mustache | Optional vendor name. | No |
| productType | mustache | Optional product type. | No |
| status | string | Optional product status. | No |
| tags | array (mustache) | Optional replacement tag list. | No |
Returns
| Name | Type | Description |
|---|---|---|
| result | object | Updated product details. |



