Subversion Repositories SmartDukaan

Rev

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

Rev 8303 Rev 8363
Line 729... Line 729...
729
}
729
}
730
 
730
 
731
struct AmazonFbaSalesSnapshot {
731
struct AmazonFbaSalesSnapshot {
732
	1:i64 dateOfSale
732
	1:i64 dateOfSale
733
	2:i64 item_id
733
	2:i64 item_id
734
	3:i32 orderCount
734
	3:i32 totalOrderCount
735
	4:i64 amazonFbaInventory
735
	4:i64 amazonFbaInventory
736
	5:bool isOutOfStock
736
	5:bool isOutOfStock
737
    6:double salePrice
737
    6:double salePrice
738
    7:double minFbaPrice
738
    7:double minFbaPrice
739
    8:double minMfnPrice 
739
    8:double minMfnPrice
-
 
740
    9:double totalSale
-
 
741
    10:double promotionSale
-
 
742
    11:i32 promotionOrderCount 
740
}
743
}
741
 
744
 
742
service TransactionService extends GenericService.GenericService{
745
service TransactionService extends GenericService.GenericService{
743
	
746
	
744
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
747
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),