Subversion Repositories SmartDukaan

Rev

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

Rev 8182 Rev 8379
Line 543... Line 543...
543
	void updateEbayItem(1:EbayItem ebayItem)
543
	void updateEbayItem(1:EbayItem ebayItem)
544
 
544
 
545
	list<Amazonlisted> getAmazonListedItems(1:i64 offset,2:i64 limit)
545
	list<Amazonlisted> getAmazonListedItems(1:i64 offset,2:i64 limit)
546
	
546
	
547
	bool updateAmazonAttributesInBulk(1:map<i64, Amazonlisted> amazonlisted)
547
	bool updateAmazonAttributesInBulk(1:map<i64, Amazonlisted> amazonlisted)
-
 
548
	
-
 
549
	list<Amazonlisted> getAllItemstoListOnFba()
-
 
550
	
-
 
551
	list<Amazonlisted> getAllItemstoListOnNonFba()
548
 
552
 
549
}
553
}