Subversion Repositories SmartDukaan

Rev

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

Rev 10403 Rev 10909
Line 277... Line 277...
277
    21:i64 fbaPriceLastUpdatedOn,
277
    21:i64 fbaPriceLastUpdatedOn,
278
    22:i64 mfnPriceLastUpdatedOnSc,
278
    22:i64 mfnPriceLastUpdatedOnSc,
279
    23:i64 fbaPriceLastUpdatedOnSc
279
    23:i64 fbaPriceLastUpdatedOnSc
280
    24:bool suppressMfnPriceUpdate,
280
    24:bool suppressMfnPriceUpdate,
281
    25:bool suppressFbaPriceUpdate,
281
    25:bool suppressFbaPriceUpdate,
282
    26:string taxCode
282
    26:string taxCode,
-
 
283
    27:string fbbtaxCode,
-
 
284
    28:double fbbPrice, 
-
 
285
    29:i64 fbbPriceLastUpdatedOnSc,
-
 
286
    30:i64 fbbPriceLastUpdatedOn,
-
 
287
    31:bool isFbb,
-
 
288
    32:bool suppressFbbPriceUpdate,
283
}
289
}
284
    
290
    
285
struct PageViewEvents{
291
struct PageViewEvents{
286
    1:i64 catalogId,
292
    1:i64 catalogId,
287
    2:string url,
293
    2:string url,
Line 472... Line 478...
472
    21:i64 lastUpdatedInventoryTimestamp,
478
    21:i64 lastUpdatedInventoryTimestamp,
473
    22:string flipkartSerialNumber,
479
    22:string flipkartSerialNumber,
474
    23:i64 category
480
    23:i64 category
475
}
481
}
476
 
482
 
477
 
-
 
478
service CatalogService extends GenericService.GenericService{
483
service CatalogService extends GenericService.GenericService{
479
 
484
 
480
/**
485
/**
481
	Availability and inventory attributes	
486
	Availability and inventory attributes	
482
*/
487
*/
Line 864... Line 869...
864
	
869
	
865
	list<FlipkartItemDetails> getAllFkItems()
870
	list<FlipkartItemDetails> getAllFkItems()
866
	
871
	
867
	FlipkartItem getFlipkartItemBySkyAtFlipkart(string sku)
872
	FlipkartItem getFlipkartItemBySkyAtFlipkart(string sku)
868
	
873
	
-
 
874
	list<Amazonlisted> getAllFbbListedItems(),
-
 
875
	
869
}
876
}