New Shopify Certification now available: Liquid Storefronts for Theme Developers

Product Variant Reorder not working with PUT API call

Alwani
Shopify Partner
13 0 1

So I have a major issue, first when I am running PUT API call to update the product variant ordering this is not working 

 

This is my payload

{
    "product": {
        "id"6954980671628
    },
    "product.variants":[{"id":40395023646860"option1":"TW Boomi Test 3" },{"id":40395023548556,"option1":"TW Boomi Test 1"},{"id":40395023581324,"option1":"TW Boomi Test 1"}],
    "options":[{"values":["TW Boomi Test 3"]},{"values":["TW Boomi Test 1"]},{"values":["TW Boomi Test 2"]}]
}
I tried removing the Options and also option1 field for the sake of testing and just enter the ID none of these works at all.
Replies 0 (0)