Hi @B3th3sd4 ,
It appears that you’re trying to pass a Python array as the metafield value, which is not the best idea since the API would expect all attributes to be strings. Have you tried converting your array to a proper JSON array literal?
Hi @B3th3sd4 ,
It appears that you’re trying to pass a Python array as the metafield value, which is not the best idea since the API would expect all attributes to be strings. Have you tried converting your array to a proper JSON array literal?