I am using the productCreate mutation for creating a product along with 2 productOptions and within each productOptions, I set the values in a specific order. But after I create the product, these productOptions get sorted by Alphabetically.
Here is an example. Here is the productOptions I passed when I created the product
But after creating the product, this is what I see on the Shopify Admin of the product and the product page
How do I go about fixing this? Otherwise I have to manually fix this for every product I create using the API.


