Subversion Repositories SmartDukaan

Rev

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

Rev 21838 Rev 21854
Line 653... Line 653...
653
	33:bool toGroup,
653
	33:bool toGroup,
654
	34:Decision decision,
654
	34:Decision decision,
655
	35:string reason
655
	35:string reason
656
}
656
}
657
 
657
 
-
 
658
struct CategoryHsnCode {
-
 
659
	1:i64 categoryId,
-
 
660
	2:string hsncode,
-
 
661
	3:string description
-
 
662
}
-
 
663
 
658
struct AmazonOutOfSync{
664
struct AmazonOutOfSync{
659
	1:i64 item_id,
665
	1:i64 item_id,
660
	2:bool mfn,
666
	2:bool mfn,
661
	3:bool fba,
667
	3:bool fba,
662
	4:bool fbb
668
	4:bool fbb
Line 1260... Line 1266...
1260
	map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1266
	map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1261
	
1267
	
1262
	StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
1268
	StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
1263
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1269
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1264
	
1270
	
1265
	list<string> getHsnCodesByCategory(1:i64  categoryId) throws(1:CatalogServiceException cex)
1271
	list<CategoryHsnCode> getHsnCodesByCategory(1:i64  categoryId) throws(1:CatalogServiceException cex)
1266
	
1272
	
1267
}
1273
}