Subversion Repositories SmartDukaan

Rev

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

Rev 14358 Rev 14381
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
 
-
 
689
service CatalogService extends GenericService.GenericService{
679
service CatalogService extends GenericService.GenericService{
690
 
680
 
691
/**
681
/**
692
	Availability and inventory attributes	
682
	Availability and inventory attributes	
693
*/
683
*/
Line 1145... Line 1135...
1145
	
1135
	
1146
	void updateHsItem(1:HsItem hsItem)
1136
	void updateHsItem(1:HsItem hsItem)
1147
	
1137
	
1148
	Item getPricingForDtr(1:i64 catalogItemId)
1138
	Item getPricingForDtr(1:i64 catalogItemId)
1149
	
1139
	
1150
	list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
-
 
1151
}
1140
}