Closed fefrik closed 4 years ago
If you check api you will see there is only one price now. https://codeswholesale.com/integration/docs/v2 and some products have an error with changes too. They going for big changes so maybe we have to wait for it.
It seems to be fixed on backend side. Now it works fine.
Hi,
After changes in CW API, We are not able to create new order! All our orders ended with error code
400 Bad Request
response: {"status":400,"code":310003,"message":"Cannot complete, too low stock."}When I call GET /product request, I got correct quantity state, that is similar with CW pricelist, so product is on stock:
But when I create order, I got error 400 Bad Request` response: {"status":400,"code":310003,"message":"Cannot complete, too low stock."
Please, Can you look on it. We have to handle all orders manually now... :-(
Thank you