How can we mark the order status as confirmed?


In the above snapshot, the order shipment is still processing. How can we confirm it?

How will this router be used, and how can we get the order status after the shipment status is updated?
orderRouter.post(‘/payment/shipment’, verifyPlatformChecksum, processShipmentUpdate)

Steps to comfirm orders:

  1. Check the right access of team.
  2. Go inside the order section.
  3. Open the order.
  4. Use the confirm button to confirm the order.