Subversion Repositories SmartDukaan

Rev

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

Rev 9482 Rev 9495
Line 146... Line 146...
146
 
146
 
147
struct SnapdealInventoryItem{
147
struct SnapdealInventoryItem{
148
	1:i64 item_id
148
	1:i64 item_id
149
	2:i64 availability
149
	2:i64 availability
150
	3:i64 lastUpdatedOnSnapdeal
150
	3:i64 lastUpdatedOnSnapdeal
-
 
151
	4:i64 pendingOrders
151
}
152
}
152
 
153
 
153
 
154
 
154
service InventoryService extends GenericService.GenericService{
155
service InventoryService extends GenericService.GenericService{
155
 
156
 
Line 392... Line 393...
392
	
393
	
393
	void addOrUpdateSnapdealInventoryForItem(1:SnapdealInventoryItem snapdealinventoryitem)
394
	void addOrUpdateSnapdealInventoryForItem(1:SnapdealInventoryItem snapdealinventoryitem)
394
	
395
	
395
	double getNlcForWarehouse(1:i64 warehouse_id,2:i64 item_id)
396
	double getNlcForWarehouse(1:i64 warehouse_id,2:i64 item_id)
396
	
397
	
397
	i64 getLastUpdatedTimeForSnapdealInventory()
398
	void addOrUpdateAllAmazonFbaInventory(list<AmazonFbaInventorySnapshot> allamazonfbainventorysnapshot)
398
	
399
	
399
	void addOrUpdateAllAmazonFbaInventory(list <AmazonFbaInventorySnapshot> allamazonfbainventorysnapshot)
400
	void addOrUpdateAllSnapdealInventory(list<SnapdealInventoryItem> allsnapdealinventorysnapshot)
-
 
401
	
-
 
402
	list<SnapdealInventoryItem> getSnapdealInventorySnapshot()
400
	
403
	
401
}
404
}