Subversion Repositories SmartDukaan

Rev

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

Rev 11905 Rev 12133
Line 367... Line 367...
367
    13:string skuAtSnapdeal,
367
    13:string skuAtSnapdeal,
368
    14:string supc,
368
    14:string supc,
369
    15:string shippingTime,
369
    15:string shippingTime,
370
    16:string updatedBy,
370
    16:string updatedBy,
371
    17:MarketplaceItems marketplaceItems,
371
    17:MarketplaceItems marketplaceItems,
372
    18:double courierCostMarketplace
372
    18:double courierCostMarketplace,
-
 
373
    19:Item item
373
}    
374
}    
374
 
375
 
375
struct SnapdealItemDetails{
376
struct SnapdealItemDetails{
376
	1:i64 item_id,
377
	1:i64 item_id,
377
	2:i64 warehouseId,
378
	2:i64 warehouseId,
Line 455... Line 456...
455
    9:bool suppressPriceFeed,
456
    9:bool suppressPriceFeed,
456
    10:bool suppressInventoryFeed,
457
    10:bool suppressInventoryFeed,
457
    11:string updatedBy,
458
    11:string updatedBy,
458
    12:string flipkartSerialNumber,
459
    12:string flipkartSerialNumber,
459
    13:MarketplaceItems marketplaceItems,
460
    13:MarketplaceItems marketplaceItems,
-
 
461
    14:Item item
460
}
462
}
461
 
463
 
462
struct FlipkartItemDetails{
464
struct FlipkartItemDetails{
463
	1:i64 item_id,
465
	1:i64 item_id,
464
	2:i64 warehouseId,
466
	2:i64 warehouseId,
Line 963... Line 965...
963
	
965
	
964
	bool addOrUpdatePrivateDeal(1:PrivateDeal privateDeal)
966
	bool addOrUpdatePrivateDeal(1:PrivateDeal privateDeal)
965
	
967
	
966
	list<i64> getPrivateDealsCatalogIds(1:i64 beginIndex, 2:i64 totalItems) throws (1:CatalogServiceException cex),
968
	list<i64> getPrivateDealsCatalogIds(1:i64 beginIndex, 2:i64 totalItems) throws (1:CatalogServiceException cex),
967
	
969
	
968
	i32 getPrivateDealsCount()
970
	i32 getPrivateDealsCount(),
969
	
971
	
970
	AmazonOutOfSync getAmazonOutSyncItems(1:i64 item_id)
972
	AmazonOutOfSync getAmazonOutSyncItems(1:i64 item_id),
971
	
973
	
972
	list<PdPriceComp> getAllPrivateDealsComparison()
974
	list<PdPriceComp> getAllPrivateDealsComparison(),
973
	
975
	
-
 
976
	list<SnapdealItem> getAllSnapdealMarketplaceItem(),
974
	
977
	
-
 
978
	list<FlipkartItem> getAllFlipkartMarketplaceItem()
975
	
979
	
976
}
980
}