Confirming a Sales Order

Confirming a Sales Order

Hi,

A Sales Order is created in Inventory by a Woocommerce plugin (Wordpress) . The SO is in draft, I'm currently using a zoho flow and a deluge script to update some fields and want to set the SO as confirmed. There is no approval blueprint. The SO is also available in Books.

I can't find a way to set the status to confirmed. Should I only do a zoho.books.UpdateRecord() with a map
      {
      "status": "confirmed"
      }
 ?

Or is there another way to do it? I couldn't find in theAPI an example to achieve this.

Regards,