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"=>"iMac Updated", "sku"=>"IMAC001", "price"=>"200", "description"=>"It's the small iMac with a big idea: Video.", "vendor"=>"Apple", "productType"=>"Cult Products", "tags"=>["Emotive", "Flash Memory", "MP3"], "dimensions"=>{"weight"=>"1"}, "units"=>{"weight"=>"kg"}, "status"=>{"visibility"=>"web"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"3707162034250","sku":"EPCFD001","name":"iMac Updated","description":"It's the small iMac with a big idea: Video.","currency":null,"productType":"Cult Products","quantity":"8","price":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"categoryId":null,"tags":["Emotive","Flash Memory","MP3"],"status":{"id":null,"visibility":"web","active":null,"status":null},"variants":[{"id":"28799404769354","productId":"3707162034250","name":"Default Title","price":"100.00","currency":null,"sku":"EPCFD001","fulfillmentService":"manual","dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":"29777489166410","quantity":"8"},"requireShipping":"true","dates":{"createdAt":"2019-06-21T16:09:35-04:00","updatedAt":"2019-09-11T13:16:40-04:00"},"ecartapiUrl":"https://api.ecartapi.com/api/v2/products/3707162034250/variants/28799404769354"}],"options":[{"id":null,"name":"Title","values":["Default Title"]}],"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":"2019-06-21T16:09:35-04:00","updatedAt":"2019-09-17T17:11:46-04:00"},"vendor":"Apple"}}