Subversion Repositories SmartDukaan

Rev

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

Rev 12980 Rev 13114
Line 847... Line 847...
847
	18:string returnReason,
847
	18:string returnReason,
848
	19:string freebieItemId,
848
	19:string freebieItemId,
849
	20:string productTitle
849
	20:string productTitle
850
}
850
}
851
 
851
 
-
 
852
struct AmazonHourlySaleSnapshot {
-
 
853
	1:i64 snapshotTime
-
 
854
	2:i64 item_id
-
 
855
	3:i32 totalOrderCount
-
 
856
	4:i64 amazonFbaInventory
-
 
857
	5:bool isOutOfStock
-
 
858
    6:double totalSale
-
 
859
    7:double promotionSale
-
 
860
    8:i32 promotionOrderCount
-
 
861
    9:AmazonFCWarehouseLocation fcLocation
-
 
862
}
-
 
863
 
852
service TransactionService extends GenericService.GenericService{
864
service TransactionService extends GenericService.GenericService{
853
	
865
	
854
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
866
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
855
	
867
	
856
	//	Get transaction methods.
868
	//	Get transaction methods.