| Line 96... |
Line 96... |
| 96 |
Raises an exception if this pincode is not allocated to any warehouse zone or provider. Also, if the pincode
|
96 |
Raises an exception if this pincode is not allocated to any warehouse zone or provider. Also, if the pincode
|
| 97 |
is allocated to a warehouse zone but there are no actual warehouses in that zone, an exception is raised.
|
97 |
is allocated to a warehouse zone but there are no actual warehouses in that zone, an exception is raised.
|
| 98 |
*/
|
98 |
*/
|
| 99 |
LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
|
99 |
LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
|
| 100 |
|
100 |
|
| - |
|
101 |
LogisticsInfo getLogisticsEstimationForStore(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
|
| - |
|
102 |
|
| 101 |
/**
|
103 |
/**
|
| 102 |
Same as above excpet that an airway bill number is also allocated and returned.
|
104 |
Same as above excpet that an airway bill number is also allocated and returned.
|
| 103 |
*/
|
105 |
*/
|
| 104 |
LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type, 4:PickUpType pickUp) throws (1:LogisticsServiceException se),
|
106 |
LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type, 4:PickUpType pickUp) throws (1:LogisticsServiceException se),
|
| 105 |
|
107 |
|