No content to show

User Activity

Hi folks, My mistake for suggesting the privateMetafieldUpsert mutation. You are correct in that it is the wrong thing to be using here. Instead, we should be using the productUpdate mutation as you originally thought, except instead of passing in th...
Hi rchenx, I realize now that what you're trying to do is update the value of an existing metafield on a product, which cannot actually be done with the mutation we are using here. Instead, we should be using the privateMetafieldUpsert mutation inste...
Hi Arkadi, It looks like the issue you are running into here is that your mutation is missing the valueType parameter in the input. In this case, you will most likely want to set this to "INTEGER". In the future, I recommend that you try running thes...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.