Variant Update

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

Updates the information of an already existing product variant

Important information:

Request Body

{"variant"=>{"name"=>"Red Updated", "price"=>"1.00"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"success":true,"variant":{"id":"42042198655153","productId":"7287629840561","name":"20 updated","upc":null,"price":"1.00","currency":null,"sku":"CCC003","imageId":null,"fulfillmentService":"manual","option1":"20 updated","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"5.6"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":"44129843282097","quantity":null},"requireShipping":"true","bundled":"false","dates":{"createdAt":"2022-08-10T15:27:15-04:00","updatedAt":"2022-08-10T15:29:03-04:00"},"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null}}