Hi. I’m using the Graphql API to upload products and need some assistance with the process of setting the category metafields (seen in the attached image).
.
To upload products, I’m using the productSet mutation, which works for populating all of the data that I’m working with right now so far, so I’d like to continue using that mutation only if it’s possible. I was reading online about needing to possibly create metaobjects before populating the metafields, but these ones should already be created by Shopify, right? Anyways, I’d really appreciate a quick workflow and example mutation of how to set the color to black (preferably within the productSet mutation).
Thanks.