How to delete line_items from a woocommerce order using python
I am trying unsuccessfully to delete all the products related with a woocommerce order in order to update this order with new products. To do this I guess the 1st step is to delete all the line_items of the specific…