I am needing to update the metafield values on my Company objects within my shopify app. Is there a way to do this using the GraphQL Admin API similar to updating the metafields on a Customer? Thanks
Hi Mwood11,
You should be able to use the metafieldsSet mutation to update the value of any metafield whether it’s associated with a product or in your case a company. Try this out and let us know if you’re encountering issues.
Thanks Liam!
Would metafieldSet also work to add metaobject entries to a Metaobject (List) metafield using the metaobject entry ids?