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
Post a Comment