Subversion Repositories SmartDukaan

Rev

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

Rev 9761 Rev 9762
Line 377... Line 377...
377
	
377
	
378
	string getLastNdaySaleForItem(1:i64 itemId, 2:i64 numberOfDays);
378
	string getLastNdaySaleForItem(1:i64 itemId, 2:i64 numberOfDays);
379
	
379
	
380
	void addOrUpdateAmazonFbaInventory(1:AmazonFbaInventorySnapshot amazonfbainventorysnapshot);
380
	void addOrUpdateAmazonFbaInventory(1:AmazonFbaInventorySnapshot amazonfbainventorysnapshot);
381
	
381
	
382
	void addUpdateHoldInventory(1:i64 itemId, 2:i64 warehouseId, 3:i64 holdQuantity, 4:i64 source);
382
	void addUpdateHoldInventory(1:i64 itemId, 2:i64 warehouseId, 3:i64 holdQuantity, 4:i64 source)  throws (1:InventoryServiceException cex);
383
	
383
	
384
	i64 getAmazonFbaItemInventory(1:i64 itemId);
384
	i64 getAmazonFbaItemInventory(1:i64 itemId);
385
	
385
	
386
	list<AmazonFbaInventorySnapshot> getAllAmazonFbaItemInventory();
386
	list<AmazonFbaInventorySnapshot> getAllAmazonFbaItemInventory();
387
	
387