productOptions don't hold the correct order and change alphabetically after Product creation

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.

Hi @abishekrs

Currently, sorting is not possible in the productOptionCreate API.

I am setting the productOptions on the productCreate mutation and not productOptionCreate mutation.
Is there a solution to this? Is there a way to update the productOptions with the correct order after the product is created?