Skip to main content
2 of 2
edited title
Dhiren Vasoya
  • 9.7k
  • 14
  • 37
  • 61

Create Shipment By Order Increment Id

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?