Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Product Variant Reorder not working with PUT API call

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)