magento2 - Magento 2 API - Create shipping not updating order status -


i using magento 2 api call creating shipments (/v1/shipment).

the shipment gets created in magento successfully, order status not moved complete expect.

my json request below:

{     "entity": {         "billingaddressid": 4,         "comments": [],         "items": [             {                 "orderitemid": 2,                 "qty": 2             }         ],         "orderid": 2,         "shippingaddressid": 3,         "totalqty": 2,         "tracks": []     } } 

thanks

it seems known bug in magento per here


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -