I’m trying to create a product using the productSet GraphQL Admin API operation, and I provide this metafield:
[{ namespace: “custom”, key: “material”, value: “["Silikon"]”, type: “single_line_text_field” }]
on the ProductSetInput.metafields. I have also tried using the types “list.single_line_text_field” and “single_line_text”.
I get this error that I can’t find anything about on the internet:
[{“field”:[“input”,“metafields”,“0”],“message”:“Owner subtype does not match the metafield definition’s constraints.”}]
This is the metafield:
It is in this list:

