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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -