Subversion Repositories SmartDukaan

Rev

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

Rev 14381 Rev 14780
Line 421... Line 421...
421
    14:string supc,
421
    14:string supc,
422
    15:string shippingTime,
422
    15:string shippingTime,
423
    16:string updatedBy,
423
    16:string updatedBy,
424
    17:MarketplaceItems marketplaceItems,
424
    17:MarketplaceItems marketplaceItems,
425
    18:double courierCostMarketplace,
425
    18:double courierCostMarketplace,
426
    19:Item item
426
    19:Item item,
-
 
427
    20:bool isVoiListed,
-
 
428
    21:double voiSellingPrice,
-
 
429
    22:bool suppressVoiPriceFeed,
-
 
430
    23:i64 voiPriceLastUpdatedOn,
-
 
431
    24:string voiSkuAtSnapdeal,
-
 
432
    25:double minimumPossibleSpVoi,
-
 
433
	26:double minimumPossibleTpVoi,
-
 
434
	27:double courierCostVoi,
-
 
435
	28:double serviceTaxVoi,
-
 
436
	29:double transferPriceVoi,
-
 
437
	30:double commissionVoi
427
}    
438
}    
428
 
439
 
429
struct SnapdealItemDetails{
440
struct SnapdealItemDetails{
430
	1:i64 item_id,
441
	1:i64 item_id,
431
	2:i64 warehouseId,
442
	2:i64 warehouseId,
Line 451... Line 462...
451
    22:string skuAtSnapdeal,
462
    22:string skuAtSnapdeal,
452
    23:string supc,
463
    23:string supc,
453
    24:i64 lastUpdatedInventory,
464
    24:i64 lastUpdatedInventory,
454
    25:i64 lastUpdatedInventoryTimestamp,
465
    25:i64 lastUpdatedInventoryTimestamp,
455
    26:i64 shippingTime,
466
    26:i64 shippingTime,
456
    27:double courierCostMarketplace
467
    27:double courierCostMarketplace,
-
 
468
    28:bool isVoiListed
457
}
469
}
458
 
470
 
459
struct ProductFeedSubmit{
471
struct ProductFeedSubmit{
460
	1:i64 catalogItemId,
472
	1:i64 catalogItemId,
461
	2:bool stockLinkedFeed
473
	2:bool stockLinkedFeed
Line 509... Line 521...
509
    9:bool suppressPriceFeed,
521
    9:bool suppressPriceFeed,
510
    10:bool suppressInventoryFeed,
522
    10:bool suppressInventoryFeed,
511
    11:string updatedBy,
523
    11:string updatedBy,
512
    12:string flipkartSerialNumber,
524
    12:string flipkartSerialNumber,
513
    13:MarketplaceItems marketplaceItems,
525
    13:MarketplaceItems marketplaceItems,
514
    14:Item item
526
    14:Item item,
-
 
527
    15:bool isFaListed
515
}
528
}
516
 
529
 
517
struct FlipkartItemDetails{
530
struct FlipkartItemDetails{
518
	1:i64 item_id,
531
	1:i64 item_id,
519
	2:i64 warehouseId,
532
	2:i64 warehouseId,
Line 535... Line 548...
535
    18:double maxNlc,
548
    18:double maxNlc,
536
    19:string skuAtFlipkart,
549
    19:string skuAtFlipkart,
537
    20:i64 lastUpdatedInventory,
550
    20:i64 lastUpdatedInventory,
538
    21:i64 lastUpdatedInventoryTimestamp,
551
    21:i64 lastUpdatedInventoryTimestamp,
539
    22:string flipkartSerialNumber,
552
    22:string flipkartSerialNumber,
540
    23:i64 category
553
    23:i64 category,
-
 
554
    24:bool isFaListed
541
}
555
}
542
 
556
 
543
struct PrivateDeal{
557
struct PrivateDeal{
544
	1:i64 item_id,
558
	1:i64 item_id,
545
	2:double dealPrice,
559
	2:double dealPrice,