Update variant

PUT https://api.ecartapi.com/api/v2/products/{{productId}}/variants/{{id}}

Request Body

{"variant"=>{"price"=>"1999.00", "inventory"=>{"quantity"=>"5"}, "sku"=>"12345"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"variant":{"id":"211637298","productId":null,"name":null,"price":"1999","sku":null,"imageId":null,"fulfillmentService":null,"option1":"Size","option2":"color","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"3"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}}}