Subversion Repositories SmartDukaan

Rev

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

Rev 7351 Rev 7367
Line 199... Line 199...
199
    11:double sellingPrice,
199
    11:double sellingPrice,
200
    12:bool isFba,
200
    12:bool isFba,
201
    13:bool isNonFba,
201
    13:bool isNonFba,
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,
-
 
206
    18:bool isCustomTime
205
    }
207
    }
206
 
208
 
207
service CatalogService extends GenericService.GenericService{
209
service CatalogService extends GenericService.GenericService{
208
 
210
 
209
/**
211
/**
Line 472... Line 474...
472
	
474
	
473
	list<Amazonlisted> getAllAmazonListedItems(),
475
	list<Amazonlisted> getAllAmazonListedItems(),
474
	
476
	
475
	Amazonlisted getAmazonItemDetails(1:i64 itemId),
477
	Amazonlisted getAmazonItemDetails(1:i64 itemId),
476
	
478
	
477
	void updateAmazonItemDetails(1:i64 itemId, 2:double fbaPrice, 3:double sellingPrice, 4:bool isFba, 5:bool isNonFba, 6:bool isInventoryOverride),
479
	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),
478
	
480
	
479
	void addAmazonItem(1:Amazonlisted amazonlisted),
481
	void addAmazonItem(1:Amazonlisted amazonlisted),
480
	
482
	
481
	list<Item> getAsinItems(),
483
	list<Item> getAsinItems(),
482
	
484