| Line 565... |
Line 565... |
| 565 |
Depending on the third parameter, marks either all prepaid or all cod orders BILLED by the
|
565 |
Depending on the third parameter, marks either all prepaid or all cod orders BILLED by the
|
| 566 |
given warehouse and were picked up by the given provider as SHIPPED_FROM_WH.
|
566 |
given warehouse and were picked up by the given provider as SHIPPED_FROM_WH.
|
| 567 |
*/
|
567 |
*/
|
| 568 |
bool markOrdersAsShippedFromWarehouse(1:i64 warehouseId, 2:i64 providerId, 3:bool cod, 4:list<i64> orderIds) throws (1:TransactionServiceException ex),
|
568 |
bool markOrdersAsShippedFromWarehouse(1:i64 warehouseId, 2:i64 providerId, 3:bool cod, 4:list<i64> orderIds) throws (1:TransactionServiceException ex),
|
| 569 |
|
569 |
|
| 570 |
bool markOrdersAsReturnedFromStore(1:i64 providerId, 2:list<i64> orderIds) throws (1:TransactionServiceException ex),
|
570 |
bool markOrdersAsReturnedFromStore(1:i64 providerId, 2:list<i64> orderIds, 3:list<string> awbs) throws (1:TransactionServiceException ex),
|
| 571 |
|
571 |
|
| 572 |
/**
|
572 |
/**
|
| 573 |
Marks all SHIPPED_FROM_WH orders of the previous day for a provider as SHIPPED_TO_LOGISTICS.
|
573 |
Marks all SHIPPED_FROM_WH orders of the previous day for a provider as SHIPPED_TO_LOGISTICS.
|
| 574 |
Raises an exception if we encounter report for an AWB number that we did not ship.
|
574 |
Raises an exception if we encounter report for an AWB number that we did not ship.
|
| 575 |
*/
|
575 |
*/
|
| Line 993... |
Line 993... |
| 993 |
void setOrderAttributeForTransaction(1:i64 transactionId, Attribute attribute),
|
993 |
void setOrderAttributeForTransaction(1:i64 transactionId, Attribute attribute),
|
| 994 |
|
994 |
|
| 995 |
list<Order> getReceivePendingOrders(1:i64 storeId),
|
995 |
list<Order> getReceivePendingOrders(1:i64 storeId),
|
| 996 |
|
996 |
|
| 997 |
list<Order> getReceivedAtStoreOrders(1:i64 storeId),
|
997 |
list<Order> getReceivedAtStoreOrders(1:i64 storeId),
|
| - |
|
998 |
|
| - |
|
999 |
list<Order> getOrdersCollectionAtStore(1:i64 storeId, 2:i64 fromDate, 3:i64 toDate, 4:bool onlyCod),
|
| 998 |
|
1000 |
|
| 999 |
/**
|
1001 |
/**
|
| 1000 |
* Accepts appropriate order for an item in a given billingWarehouse. Usually
|
1002 |
* Accepts appropriate order for an item in a given billingWarehouse. Usually
|
| 1001 |
* invoked while scanning IN of items.
|
1003 |
* invoked while scanning IN of items.
|
| 1002 |
*/
|
1004 |
*/
|