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?
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?