cancel
Showing results for 
Search instead for 
Did you mean: 

API Create Shipment not updating order status

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

API Create Shipment not updating order status

I am using the create shipment API call, which is successfully creating me a shipping entry.  However, the order status does not get marked as complete.

 

My JSON request is as follows:

 

{
"entity": {
"billingAddressId": 4,
"comments": [],
"items": [
{
"orderItemId": 2,
"qty": 2
}
],
"orderId": 2,
"shippingAddressId": 3,
"totalQty": 2,
"tracks": []
}
}

 

Thanks

1 REPLY 1

Re: API Create Shipment not updating order status

Hi,

 

I have the same problem. Did anyone help?