I used the REST API to create an order so bad that it bricked my admin portal. How to fix?
Steps: I created this request in Postman, ran it, and got a 200 OK response: Route: http://{website}/rest/V1/orders/create Body: { “entity”: { “customer_id”: 4, “store_id”: 1, “items”: [ { “product_id”: 369, “qty_ordered”: 1 } ], “payment”: { “method”: “cashondelivery” } }… Read More »I used the REST API to create an order so bad that it bricked my admin portal. How to fix?