Hi, Is there any API for Ship Confirm against Trip ID? We have API against Delivery ID.
EBS
R12
We need an API for Ship confirm against Trip ID. API is available for Delivery ID, but our requirement is to confirm against Trip.
I used cursor and loop to run all deliveries against single Trip through API of delivery id, but it is not working, even when i tried this scenario on front end, same result.
No delivery ship confirm if its TRIP id has other deliveries as well.
But if we ship confirm by giving trip id on front end its completed successfully.