Product Update
PUT https://api.ecartapi.com/api/v2/products/{{id}}
Updates the product information, according to new detailed information.
Important information:
Request Body
{"product"=>{"name"=>"Updating a product", "description"=>"Testing proves to be quite handy", "price"=>"10", "quantity"=>"100", "sku"=>"5678hjks", "dimensions"=>{"length"=>"10", "width"=>"10", "height"=>"10", "weight"=>"1"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"7354268","sku":"5678hjks","name":"Updating a product","description":"Testing proves to be quite handy","currency":"MXN","productType":null,"quantity":"100","price":"10","dimensions":{"width":"10","height":"10","length":"10","weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":753557,"name":"api","all":[{"id":"753557","name":"api"}]},"tags":[],"status":{"id":null,"visibility":null,"active":null,"status":"available"},"variants":[],"options":[],"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":"2020-10-15 18:02:04 UTC","updatedAt":"2020-10-19 18:33:49 UTC"},"vendor":null,"sellOutStock":null}}