To reproduce the issue, here are my steps :
- First I get the customer Token using :
- I create a cart
- Add add to cart
Everything works fine, I can checkout and complete my order.
Then, after this checkout, I want to continue my shopping and do the same steps.
- Get customer token : OK
- Create a cart : OK
But when I add to cart, I got the following exception :
[2018-05-11 14:19:03] main.CRITICAL: Report ID: webapi-5af5a657dfda8; Message: Class float does not exist {"exception":"[object] (Exception(code: -1): Report ID: webapi-5af5a657dfda8; Message: Class float does not exist at C:\...\magento2\lib\internal\Magento\Framework\Webapi\ErrorProcessor.php:205, ReflectionException(code: -1): Class float does not exist at C:\...\magento2\lib\internal\Magento\Framework\Reflection\MethodsMap.php:155)"} []
Any idea what could be the issue?
Thanks