I am sending PUT requests to the /products API to update the Product and its Variants at the same time (ie - one API call). Both the Product and Variants have metafields which I am passing as part of the API call. The issue I am running into is the...