| Line 459... |
Line 459... |
| 459 |
*/
|
459 |
*/
|
| 460 |
void markOrdersAsFailed(1:i64 providerId, 2:map<string, string> returnedOrders) throws (1:TransactionServiceException ex),
|
460 |
void markOrdersAsFailed(1:i64 providerId, 2:map<string, string> returnedOrders) throws (1:TransactionServiceException ex),
|
| 461 |
|
461 |
|
| 462 |
/**
|
462 |
/**
|
| 463 |
Update the status description of orders whose AWB numbers are keys of the Map.
|
463 |
Update the status description of orders whose AWB numbers are keys of the Map.
|
| - |
|
464 |
Returns a list of orders that were picked up or shipped four days ago but did not get delivered.
|
| 464 |
*/
|
465 |
*/
|
| 465 |
void updateNonDeliveryReason(1:i64 providerId, 2:map<string, string> undeliveredOrders) throws (1:TransactionServiceException ex),
|
466 |
list<Order> updateNonDeliveryReason(1:i64 providerId, 2:map<string, string> undeliveredOrders) throws (1:TransactionServiceException ex),
|
| 466 |
|
467 |
|
| 467 |
/**
|
468 |
/**
|
| 468 |
Returns the list of orders whose delivery time has passed but have not been
|
469 |
Returns the list of orders whose delivery time has passed but have not been
|
| 469 |
delivered yet for the given provider and warehouse. To get a complete list of
|
470 |
delivered yet for the given provider and warehouse. To get a complete list of
|
| 470 |
undelivered orders, pass them as -1.
|
471 |
undelivered orders, pass them as -1.
|