| Line 275... |
Line 275... |
| 275 |
Returns an ordered list of size 4 with following elements in the given order:
|
275 |
Returns an ordered list of size 4 with following elements in the given order:
|
| 276 |
1. Id of the fulfillment warehouse which was finally picked up.
|
276 |
1. Id of the fulfillment warehouse which was finally picked up.
|
| 277 |
2. Expected delay added by the category manager.
|
277 |
2. Expected delay added by the category manager.
|
| 278 |
3. Id of the billing warehouse which was finally picked up.
|
278 |
3. Id of the billing warehouse which was finally picked up.
|
| 279 |
*/
|
279 |
*/
|
| 280 |
list<i64> getItemAvailabilityAtLocation(1:i64 itemId, 2:i64 sourceId) throws (1:InventoryServiceException isex),
|
280 |
list<i64> getItemAvailabilityAtLocation(1:i64 itemId, 2:i64 sourceId, 3:i64 stateId) throws (1:InventoryServiceException isex),
|
| 281 |
|
281 |
|
| 282 |
list<Warehouse> getAllWarehouses(1:bool isActive) throws (1:InventoryServiceException cex),
|
282 |
list<Warehouse> getAllWarehouses(1:bool isActive) throws (1:InventoryServiceException cex),
|
| 283 |
|
283 |
|
| 284 |
/**
|
284 |
/**
|
| 285 |
Returns the warehouse with the given id.
|
285 |
Returns the warehouse with the given id.
|