Update Product
PUT/inventory-management/api/v1/Products/:id
Updates the editable fields on an existing product such as name, description, or inventory management configuration.
Request
Responses
- 200
- 204
- 404
- 500
OK
If the product was successfully updated
If the product with the specified ID is not found
If an error occurs while updating the product