Subversion Repositories SmartDukaan

Rev

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

Rev 14182 Rev 14358
Line 674... Line 674...
674
	5:i64 defaultWarehouseId
674
	5:i64 defaultWarehouseId
675
	6:i64 addedTimestamp,
675
	6:i64 addedTimestamp,
676
	7:string addedBy
676
	7:string addedBy
677
}
677
}
678
 
678
 
-
 
679
struct LivePricing{
-
 
680
	1:i64 _id,
-
 
681
	2:double available_price,
-
 
682
	3:string marketPlaceUrl,
-
 
683
	4:i64 in_stock,
-
 
684
	5:i64 source_id,
-
 
685
	6:string source_product_name,
-
 
686
	7:string thumbnail
-
 
687
}
-
 
688
 
679
service CatalogService extends GenericService.GenericService{
689
service CatalogService extends GenericService.GenericService{
680
 
690
 
681
/**
691
/**
682
	Availability and inventory attributes	
692
	Availability and inventory attributes	
683
*/
693
*/
Line 1134... Line 1144...
1134
	HsItem getHsItem(1:string hsItemId)
1144
	HsItem getHsItem(1:string hsItemId)
1135
	
1145
	
1136
	void updateHsItem(1:HsItem hsItem)
1146
	void updateHsItem(1:HsItem hsItem)
1137
	
1147
	
1138
	Item getPricingForDtr(1:i64 catalogItemId)
1148
	Item getPricingForDtr(1:i64 catalogItemId)
-
 
1149
	
-
 
1150
	list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
1139
}
1151
}