To create shipment by Rest API, I am using it and it is working fine.
{base_url}/rest/V1/order/15/ship
Parameter 15 is order_id.
I want to create shipment by order increment id.
Is there any way to do it?
Generally Magento2 directly not allowed to use those parameter, but you can use following steps.
order_id from the Order Increment Id.order_id parameter as above.