Subversion Repositories SmartDukaan

Rev

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

Rev 7518 Rev 7770
Line 202... Line 202...
202
    14:bool isInventoryOverride,
202
    14:bool isInventoryOverride,
203
    15:string color,
203
    15:string color,
204
    16:string category,
204
    16:string category,
205
    17:i64 handlingTime,
205
    17:i64 handlingTime,
206
    18:bool isCustomTime,
206
    18:bool isCustomTime,
207
    19:i64 category_code
207
    19:i64 category_code,
-
 
208
    20:i64 mfnPriceLastUpdatedOn,
-
 
209
    21:i64 fbaPriceLastUpdatedOn,
-
 
210
    22:i64 mfnPriceLastUpdatedOnSc,
-
 
211
    23:i64 fbaPriceLastUpdatedOnSc
208
    }
212
    }
209
 
213
 
210
service CatalogService extends GenericService.GenericService{
214
service CatalogService extends GenericService.GenericService{
211
 
215
 
212
/**
216
/**
Line 477... Line 481...
477
	
481
	
478
	list<Amazonlisted> getAllAmazonListedItems(),
482
	list<Amazonlisted> getAllAmazonListedItems(),
479
	
483
	
480
	Amazonlisted getAmazonItemDetails(1:i64 itemId),
484
	Amazonlisted getAmazonItemDetails(1:i64 itemId),
481
	
485
	
482
	void updateAmazonItemDetails(1:i64 itemId, 2:double fbaPrice, 3:double sellingPrice, 4:bool isFba, 5:bool isNonFba, 6:bool isInventoryOverride, 7:i64 handlingTime, 8:bool isCustomTime),
486
	void updateAmazonItemDetails(1:i64 itemId, 2:double fbaPrice, 3:double sellingPrice, 4:bool isFba, 5:bool isNonFba, 6:bool isInventoryOverride, 7:i64 handlingTime, 8:bool isCustomTime
-
 
487
	)
483
	
488
	
484
	void addAmazonItem(1:Amazonlisted amazonlisted),
489
	void addAmazonItem(1:Amazonlisted amazonlisted),
485
	
490
	
486
	list<Item> getAsinItems(),
491
	list<Item> getAsinItems(),
487
	
492
	
488
	list<Amazonlisted> getAllFbaListedItems(),
493
	list<Amazonlisted> getAllFbaListedItems(),
489
	
494
	
490
	list<Amazonlisted> getAllNonFbaListedItems(),
495
	list<Amazonlisted> getAllNonFbaListedItems(),
491
	
496
	
492
	bool updateItemInventory(1:i64 itemId, 2:i64 holdInventory, 3:i64 defaultInventory)
497
	bool updateItemInventory(1:i64 itemId, 2:i64 holdInventory, 3:i64 defaultInventory),
-
 
498
	
-
 
499
	bool updateTimestampForAmazonFeeds(1:string type, 2: list<i64> sku, 3:i64 timestamp)
493
	
500
	
494
}
501
}