Hi all,
I am using magento 2.1.0 and SOAP Api to invoke SalesOrderRepositoryV1Service in order to update the status and the state of an order from "complete" to "closed".
After executing the update (using service SalesOrderRepositoryV1Save) , I had the same entityId for the order but the incrementId (ID field) was incremented.
The question is why is the ID incremented ? and how can I update an order without incrementing the ID ?
Many thanks.