Products Update
PUT https://api.ecartapi.com/api/v2/products/{{id}}
Updates the product information, according to new detailed information.
**Important information:
- If your product has no variants, you can use the quantity attribute to update inventory.
For more information, check ecommerce documentation
Request Body
{"product"=>{"name"=>"test", "sku"=>"NewSku", "description"=>"<p>Esta es una descripción nueva</p>", "productType"=>"physical", "price"=>"150", "dimensions"=>{"weight"=>"20"}, "status"=>{"visibility"=>"true"}, "options"=>[{"name"=>"Color", "values"=>["black", "white", "blue"]}], "vendor"=>"Manzanita"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"c1813dcf-4f3e-45cf-980a-9f3193c9a740","productUserId":null,"sku":"NewSku","name":"test","subName":null,"upc":null,"gtin":null,"description":"\u003cp\u003eEsta es una descripción nueva\u003c/p\u003e","currency":"MXN","productType":"physical","quantity":"0","price":"150","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"20"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"category":{"id":null,"name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":"true","active":null,"status":null,"ecartapiId":"1","ecartapi":"active","hasOptions":null,"inStock":"true"},"variants":[{"id":"be5ef5d1-cb2d-494f-ad56-d46908b46b4e","productId":"c1813dcf-4f3e-45cf-980a-9f3193c9a740","productUserId":null,"barcode":null,"name":"NewSku","price":"150","currency":"MXN","sku":"NewSku","fulfillmentService":null,"option1":"black","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"20"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":null,"quantity":null},"status":{"active":"true"},"requireShipping":null,"bundled":null,"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null,"imageId":null,"imageUrl":null,"dates":{"createdAt":null,"updatedAt":null},"ecartapiUrl":null},{"id":"22334d7d-63e7-43e2-933a-4be14f01681e","productId":"c1813dcf-4f3e-45cf-980a-9f3193c9a740","productUserId":null,"barcode":null,"name":"NewSku","price":"150","currency":"MXN","sku":"NewSku","fulfillmentService":null,"option1":"white","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"20"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":null,"quantity":null},"status":{"active":"true"},"requireShipping":null,"bundled":null,"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null,"imageId":null,"imageUrl":null,"dates":{"createdAt":null,"updatedAt":null},"ecartapiUrl":null},{"id":"f4ac5ac8-2a70-4457-beed-1b9b729239ff","productId":"c1813dcf-4f3e-45cf-980a-9f3193c9a740","productUserId":null,"barcode":null,"name":"NewSku","price":"150","currency":"MXN","sku":"NewSku","fulfillmentService":null,"option1":"blue","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"20"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":null,"quantity":null},"status":{"active":"true"},"requireShipping":null,"bundled":null,"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null,"imageId":null,"imageUrl":null,"dates":{"createdAt":null,"updatedAt":null},"ecartapiUrl":null}],"options":[{"id":null,"name":"Color","values":["black","white","blue"]}],"associatedItems":[],"logistic":{"me1Suported":null,"mode":null,"type":null,"free":"false","direction":null,"dimensions":null,"rates":[]},"images":[{"id":"f18994_aef62c842e5849fbb415560e4c0f2881~mv2.webp","url":"https://static.wixstatic.com/media/f18994_aef62c842e5849fbb415560e4c0f2881~mv2.webp/v1/fit/w_1024,h_538,q_90/file.webp","variantIds":[],"ecartapiUrl":null}],"imageUrl":"https://static.wixstatic.com/media/f18994_aef62c842e5849fbb415560e4c0f2881~mv2.webp/v1/fit/w_50,h_50,q_90/file.webp","condition":null,"link":"https://www.dev-site-1x8647.wixdev-sites.org/product-page/test-4","dates":{"createdAt":"2024-03-15T18:09:00.190Z","updatedAt":"2024-03-15T19:50:38.045Z"},"vendor":"Manzanita","sellOutStock":null,"locations":[],"internationalShipment":[]}}