| Line 1271... |
Line 1271... |
| 1271 |
|
1271 |
|
| 1272 |
map<string, i64> getWarrantyInfoForItem(1:i64 catalogItemId, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
|
1272 |
map<string, i64> getWarrantyInfoForItem(1:i64 catalogItemId, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
|
| 1273 |
|
1273 |
|
| 1274 |
map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
|
1274 |
map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
|
| 1275 |
|
1275 |
|
| 1276 |
StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
|
1276 |
//StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
|
| 1277 |
|
1277 |
|
| 1278 |
map<i64, GstRate> getStateTaxRate(1:list<i64> itemIds, 2:i64 stateId)
|
1278 |
map<i64, GstRate> getStateTaxRate(1:list<i64> itemIds, 2:i64 stateId)
|
| 1279 |
|
1279 |
|
| 1280 |
map<i64, double> getIgstTaxRate(1:list<i64> itemIds)
|
1280 |
map<i64, double> getIgstTaxRate(1:list<i64> itemIds)
|
| 1281 |
|
1281 |
|
| 1282 |
void persistStateGstRate(1:StateGstRate stateGstRate)
|
1282 |
void persistGstRate(1:list<StateGstRate> stateGstRates)
|
| 1283 |
|
1283 |
|
| 1284 |
//map<i32, double> getCgstTaxRate(1:list<i32> itemIds, 2:i32 stateId)
|
1284 |
//map<i32, double> getCgstTaxRate(1:list<i32> itemIds, 2:i32 stateId)
|
| 1285 |
|
1285 |
|
| 1286 |
map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
|
1286 |
//map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
|
| 1287 |
|
1287 |
|
| 1288 |
list<CategoryHsnCode> getHsnCodesByCategory(1:i64 categoryId) throws(1:CatalogServiceException cex)
|
1288 |
list<CategoryHsnCode> getHsnCodesByCategory(1:i64 categoryId) throws(1:CatalogServiceException cex)
|
| 1289 |
|
1289 |
|
| 1290 |
map<i64,double> getAllFofoDeals(list<i64> itemIds, list<i64> tagIds)
|
1290 |
map<i64,double> getAllFofoDeals(list<i64> itemIds, list<i64> tagIds)
|
| 1291 |
|
1291 |
|