Subversion Repositories SmartDukaan

Rev

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

Rev 9404 Rev 9456
Line 288... Line 288...
288
    8:double commission,
288
    8:double commission,
289
    9:double serviceTax,
289
    9:double serviceTax,
290
    10:bool suppressPriceFeed,
290
    10:bool suppressPriceFeed,
291
    11:bool suppressInventoryFeed,
291
    11:bool suppressInventoryFeed,
292
    12:double maxNlc
292
    12:double maxNlc
-
 
293
    13:string skuAtSnapdeal
-
 
294
    
293
}    
295
}    
294
 
296
 
295
struct SnapdealItemDetails{
297
struct SnapdealItemDetails{
296
	1:i64 item_id,
298
	1:i64 item_id,
297
	2:i64 warehouseId,
299
	2:i64 warehouseId,
Line 311... Line 313...
311
    16:bool suppressPriceFeed,
313
    16:bool suppressPriceFeed,
312
    17:bool suppressInventoryFeed,
314
    17:bool suppressInventoryFeed,
313
    18:double weight,
315
    18:double weight,
314
    19:double mrp,
316
    19:double mrp,
315
    20:double websiteSellingPrice
317
    20:double websiteSellingPrice
-
 
318
    21:string skuAtSnapdeal
316
    
319
    
317
}    
320
}    
318
 
321
 
319
service CatalogService extends GenericService.GenericService{
322
service CatalogService extends GenericService.GenericService{
320
 
323
 
Line 658... Line 661...
658
	i64 getCountForSnapdealItems()
661
	i64 getCountForSnapdealItems()
659
	
662
	
660
	i64 getSnapdealSearchResultCount(1:list<string> searchTerm)
663
	i64 getSnapdealSearchResultCount(1:list<string> searchTerm)
661
	
664
	
662
	i64 getPrefferedInsurerForItem(1:i64 itemId, 2:InsurerType insurerType)
665
	i64 getPrefferedInsurerForItem(1:i64 itemId, 2:InsurerType insurerType)
-
 
666
	
-
 
667
	SnapdealItem getSnapdealItembySkuAtSnapdeal(string skuAtSnapdeal)
663
 
668
 
664
}
669
}