Hello.
with the new release which was done to the endpints of the products =>. Improved validation for products and deal-products endpoints
I can’t update or create products through my code in php. Before everything was working fine. here is the data I pass {“id”:27584,“product_id”:1,“item_price”:50,“quantity”:1,“discount_percentage”:0} and still returns me Devio\Pipedrive\Exceptions\PipedriveException: body/product_id must be integer, body/item_price must be number, body/quantity must be number, body/discount_percentage must be number, body/discount_percentage must be null, body/discount_percentage must match a schema in anyOf in /var/www/vendor/devio/pipedrive/src/Http/Request.php:137
The id is the deal id which then is built in the url param from devio/pipedrive