Hi Community,
I have API calls that I use to update Warehouse Shipment Header and Lines.
- First call: It Opens the Warehouse Shipment Document ------------------> (POST)
- Second call: It update the Warehouse Shipment Lines ------------------> (PATCH)
- Third call: It again Release the Warehouse Shipment Documents ------------> (POST)
We only update Bin Code and Qty to Ship on Warehouse Shipments Lines
Sometimes PATCH call takes more then 20+ seconds to update fields. It's irritating for customer.
Also we don't have Batch call.
Anyone have idea why this issue is arises.