Subversion Repositories SmartDukaan

Rev

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

Rev 9456 Rev 9478
Line 287... Line 287...
287
    7:double courierCost,
287
    7:double courierCost,
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
293
    13:string skuAtSnapdeal
294
    
-
 
295
}    
294
}    
296
 
295
 
297
struct SnapdealItemDetails{
296
struct SnapdealItemDetails{
298
	1:i64 item_id,
297
	1:i64 item_id,
299
	2:i64 warehouseId,
298
	2:i64 warehouseId,
Line 312... Line 311...
312
    15:status itemStatus,
311
    15:status itemStatus,
313
    16:bool suppressPriceFeed,
312
    16:bool suppressPriceFeed,
314
    17:bool suppressInventoryFeed,
313
    17:bool suppressInventoryFeed,
315
    18:double weight,
314
    18:double weight,
316
    19:double mrp,
315
    19:double mrp,
317
    20:double websiteSellingPrice
316
    20:double websiteSellingPrice,
-
 
317
    21:double maxNlc,
318
    21:string skuAtSnapdeal
318
    22:string skuAtSnapdeal
319
    
319
    
320
}    
320
}    
321
 
321
 
322
service CatalogService extends GenericService.GenericService{
322
service CatalogService extends GenericService.GenericService{
323
 
323