Hi, I've been following this tutorial to process the order using my own server. (admin token)
https://devdocs.magento.com/guides/v2.3/rest/tutorials/orders/order-config-store.html
Basically, creating a cart, adding products and shipping information, and then creating an order.
The problem is that if I get multiple requests (2) at the same time, the first request fails because the second one creates a new cart.
I'm wondering if there is a way to work with multiple carts at the same time?
Bump.