Product update
PUT https://api.ecartapi.com/api/v2/products/{{id}}
Request Body
{"product"=>{"name"=>"Producto actualizado con EcartApi v2", "quantity"=>"88", "price"=>"1000"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"374642845","sku":"123-45679","name":"Producto actualizado con EcartApi v2","description":"Este es un producto de prueba EcartApi","currency":"MXN","productType":null,"quantity":"100","price":"1000","dimensions":{"width":"10","height":"10","length":"10","weight":"11"},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"0","name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":"8","active":"true","status":"true"},"variants":[],"options":[],"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":"undefined","updatedAt":"undefined"},"vendor":null,"sellOutStock":null}}