Subversion Repositories SmartDukaan

Rev

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

Rev 9478 Rev 9568
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
293
    13:string skuAtSnapdeal,
-
 
294
    14:string supc
294
}    
295
}    
295
 
296
 
296
struct SnapdealItemDetails{
297
struct SnapdealItemDetails{
297
	1:i64 item_id,
298
	1:i64 item_id,
298
	2:i64 warehouseId,
299
	2:i64 warehouseId,
Line 313... Line 314...
313
    17:bool suppressInventoryFeed,
314
    17:bool suppressInventoryFeed,
314
    18:double weight,
315
    18:double weight,
315
    19:double mrp,
316
    19:double mrp,
316
    20:double websiteSellingPrice,
317
    20:double websiteSellingPrice,
317
    21:double maxNlc,
318
    21:double maxNlc,
318
    22:string skuAtSnapdeal
319
    22:string skuAtSnapdeal,
319
    
320
    23:string supc
320
}    
321
}    
321
 
322
 
322
service CatalogService extends GenericService.GenericService{
323
service CatalogService extends GenericService.GenericService{
323
 
324
 
324
/**
325
/**