# Update products endpoint This method update the products associated with the business using its code. Endpoint: PUT /integrator/products/{id} Version: 1.0.3 Security: bearerAuth ## Request fields (application/json): - `description` (string, required) Description - `price` (string, required) price - `unitCode` (string, required) unitCode - `taxationType` (string, required) taxationType - `favorite` (boolean, required) favorite ## Response 200 fields (application/json): - `response` (string) Example: "Product updated successfully"