Subversion Repositories SmartDukaan

Rev

Rev 12913 | Rev 19247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12913 Rev 17990
Line 4... Line 4...
4
include "GenericService.thrift"
4
include "GenericService.thrift"
5
 
5
 
6
enum AmazonFCWarehouseLocation {
6
enum AmazonFCWarehouseLocation {
7
	Mumbai = 0,
7
	Mumbai = 0,
8
	Bangalore = 1,
8
	Bangalore = 1,
9
	Gurgaon = 2
9
	Gurgaon = 2,
-
 
10
	Delhi = 3
10
}
11
}
11
 
12
 
12
enum WarehouseLocation {
13
enum WarehouseLocation {
13
	Delhi = 0,
14
	Delhi = 0,
14
	Mumbai = 1,
15
	Mumbai = 1,
Line 481... Line 482...
481
	
482
	
482
	double getWanNlcForSource(1:i64 item_id,2:i64 source)
483
	double getWanNlcForSource(1:i64 item_id,2:i64 source)
483
	
484
	
484
	list<AmazonFbaInventorySnapshot> getAllAvailableAmazonFbaItemInventory();
485
	list<AmazonFbaInventorySnapshot> getAllAvailableAmazonFbaItemInventory();
485
	
486
	
-
 
487
	bool updateItemAvailabilityForItemIds(1:list<i64> itemIds)
-
 
488
	
486
}
489
}
487
490