Updating shipmentStatus using order PUT doesn't work

in Development
Hi,
We have an ERP integration running for one of our customers and this integration tries to update the shipmentStatus of an order to shipped using /orders/<id>.json PUT. This call succeeds, but the shipmentStatus of the order isn't updated. The same API call works fine for our test shop. The difference between both is that orders in the shop of our customer don't have a shipment and the orders in our test shop do.
Two questions:
- Can we configure our test shop to create orders without a shipment attached?
- Why doesn't /orders/<id>.json work properly when there isn't a shipment attached to an order? And how can we set this order to completed via the API?
Thx.
1 comment
Hi @basterbrugge ,
Thank you for contacting us.
I hope this will help you.