I would like to massively change the data in the order, customer and in the product
I can change the data in a single order using this query:
[POST] https://test-page.com/rest/V1/orders
Body: { "entity": { "entity_id": 1, "state":"pending", "status": "pending" } }
However, I would like to update more than one order status in one order. This is possible ? I would like to do the same in the case of products (inventory) and customers (attributes). Will I find a ready solution somewhere or do I have to write my own?