Update product
PUT https://api.ecartapi.com/api/v2/products/{{id}}
Updates a product for shoplazza.
name: Name/Title of the product
price: Must be entered with a valid value, even if it won't be changed
For more information visit the documentationdocumentation
**Important information:
**
EndFragment
Request Body
{"product"=>{"name"=>"El gato con botas 5", "price"=>"30"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |