Get Cart Items

Fetch all items added to the cart on Heims. This will request all items with orderStatus === 0.

Click on the GET /api/orders/cart drop down to reveal this requests details.

send cart

Click on Try it out -> Execute You should get a result which should be a JSON array with each element containing the data for an order.

send cart