Update product
PUT https://api.ecartapi.com/api/v2/products/1729409601337789537
Update a item type product.
The productId must be exist.
For locationId can be get using getProduct resource.
Request Body
{"product"=>{"categoryId"=>"602097", "name"=>"iPhone color black 128 gb from apple brand", "price"=>"1100", "quantity"=>"100", "locationId"=>"7371382934206777120", "currency"=>"GBP", "dimensions"=>{"weight"=>"0.600"}, "units"=>{"weight"=>"KG"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept-Encoding | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"1729409601337789537","productUserId":null,"sku":null,"subName":null,"upc":null,"gtin":null,"currency":null,"quantity":null,"price":null,"cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":null,"name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":"false","active":"false","status":null,"ecartapiId":"2","ecartapi":"inactive","hasOptions":null,"inStock":null},"variants":[{"id":"1729410729891695713","productId":null,"productUserId":null,"name":null,"price":null,"currency":null,"sku":null,"fulfillmentService":null,"option1":null,"option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":null},"status":{"active":null},"requireShipping":null,"bundled":null,"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null,"imageId":null,"imageUrl":null,"dates":{"createdAt":null,"updatedAt":null},"ecartapiUrl":"http://localhost:3000/api/v2/products/null/variants/1729410729891695713"}],"options":[],"associatedItems":[],"logistic":{"me1Suported":null,"mode":null,"type":null,"free":"false","direction":null,"dimensions":null,"rates":[]},"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":null,"updatedAt":null},"vendor":null,"sellOutStock":null,"locations":[],"internationalShipment":[]}}