I am using productSet mutation to create and update products in Shopify stores. The products use shopify’s linked metafields for product options. I am able to create products with this mutation but when using this mutation to update a product I get this error:
{
“code”: “CAPABILITY_VIOLATION”,
“field”: [
“input”
],
“message”: “This metafield is connected to an option. To make changes, edit the option. Metafield Namespace: shopify, Metafield Key: color-pattern, Metafield Owner: Product”
}
Does productSet mutation not support updating products with linked metafields?