Logo
Ecartapi.com Public API Documentation

Update Product(BETA)

PUT https://api.ecartapi.com/api/v2/products/{{id}}

Use this resource to propose changes in product.

Find more information about Allegro's resource.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status





Curl
curl -X PUT 'https://api.ecartapi.com/api/v2/products/id' -H 'Authorization: access_token' -d '{"product":{"name":"testProduct","categoryId":"257931","imageUrl":"https://evpower.supply/wp-content/uploads/2020/10/test-product.png","productTypeId":"202877"}}'

ENDPOINTS