Subversion Repositories SmartDukaan

Rev

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

Rev 7977 Rev 8139
Line 207... Line 207...
207
    19:i64 category_code,
207
    19:i64 category_code,
208
    20:i64 mfnPriceLastUpdatedOn,
208
    20:i64 mfnPriceLastUpdatedOn,
209
    21:i64 fbaPriceLastUpdatedOn,
209
    21:i64 fbaPriceLastUpdatedOn,
210
    22:i64 mfnPriceLastUpdatedOnSc,
210
    22:i64 mfnPriceLastUpdatedOnSc,
211
    23:i64 fbaPriceLastUpdatedOnSc
211
    23:i64 fbaPriceLastUpdatedOnSc
-
 
212
    24:bool suppressMfnPriceUpdate,
212
}
213
}
213
    
214
    
214
struct PageViewEvents{
215
struct PageViewEvents{
215
    1:i64 catalogId,
216
    1:i64 catalogId,
216
    2:string url,
217
    2:string url,
Line 525... Line 526...
525
	
526
	
526
	void addPageViewEvent(1:PageViewEvents pageViewEvents)
527
	void addPageViewEvent(1:PageViewEvents pageViewEvents)
527
	
528
	
528
	void addCartEvent(1:CartEvents cartEvents)
529
	void addCartEvent(1:CartEvents cartEvents)
529
	
530
	
-
 
531
	list<Amazonlisted> getAmazonListedItems(1:i64 offset,2:i64 limit)
-
 
532
	
530
}
533
}