Subversion Repositories SmartDukaan

Rev

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

Rev 12243 Rev 12257
Line 563... Line 563...
563
	2:bool isSnapdeal,
563
	2:bool isSnapdeal,
564
	3:bool isFlipkart,
564
	3:bool isFlipkart,
565
	4:bool isAmazon,
565
	4:bool isAmazon,
566
	5:double lowestSnapdealPrice,
566
	5:double lowestSnapdealPrice,
567
	6:double lowestFlipkartPrice,
567
	6:double lowestFlipkartPrice,
-
 
568
	7:bool processed,
-
 
569
	8:i64 uploadId,
-
 
570
	9:string userEmail,
-
 
571
	10:double ourSnapdealPrice,
-
 
572
	11:double ourSnapdealOfferPrice,
-
 
573
	12:i64 ourSnapdealInventory,
-
 
574
	13:double lowestSnapdealOfferPrice,
-
 
575
	14:string lowestSnapdealSeller,
-
 
576
	15:i64 lowestSnapdealSellerInventory,
-
 
577
	16:double ourFlipkartPrice,
-
 
578
	17:i64 ourFlipkartInventory,
-
 
579
	18:string lowestFlipkartSeller,
568
	7:double lowestMfnPrice,
580
	19:double ourMfnPrice,
569
	8:double lowestFbaPrice,
581
	20:double ourFbaPrice,
570
	9:bool processed,
582
	21:i64 ourMfnInventory,
571
	10:i64 uploadId
583
	22:i64 ourFbaInventory,
-
 
584
	23:double lowestAmazonPrice,
-
 
585
	24:string lowestAmazonSeller,
572
	
586
	25:string productName
573
}
587
}
574
 
588
 
575
service CatalogService extends GenericService.GenericService{
589
service CatalogService extends GenericService.GenericService{
576
 
590
 
577
/**
591
/**
Line 993... Line 1007...
993
	
1007
	
994
	list<FlipkartItem> getAllFlipkartMarketplaceItem(),
1008
	list<FlipkartItem> getAllFlipkartMarketplaceItem(),
995
	
1009
	
996
	void addCompetitorScraping(1:map<i64,CompetitorPricing> competitorPricingMap),
1010
	void addCompetitorScraping(1:map<i64,CompetitorPricing> competitorPricingMap),
997
	
1011
	
998
	list<CompetitorPricing> getPreviousCompetitorScraping(1:i64 delta)
1012
	list<CompetitorPricing> getPreviousCompetitorScraping(1:i64 delta),
-
 
1013
	
-
 
1014
	list<CompetitorPricing> getUploadResultById(1:i64 uploadId)
-
 
1015
	
999
	
1016
	
1000
}
1017
}