Magento – Magento 2 : how to change order status processing to complete using Rest Api

magento-2.1order-statusrest api

Any option to update order status processing to complete in Magento 2 using Rest API.

Best Answer

Use SalesShipOrder

POST https://{host}/index.php/rest/V1/orders/{orderId}/ship with the payload described at the link above for each item (product) within the order and when all have been "shipped", the order will be automatically changed to "complete"