Subversion Repositories SmartDukaan

Rev

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

Rev 11259 Rev 11424
Line 1557... Line 1557...
1557
	 
1557
	 
1558
     AmazonFbaSalesSnapshot getAmazonFbaSalesLatestSnapshotForItem(1:i64 item_id);
1558
     AmazonFbaSalesSnapshot getAmazonFbaSalesLatestSnapshotForItem(1:i64 item_id);
1559
     
1559
     
1560
     void createSnapdealOrder(1:SnapdealOrder snapdealOrder);
1560
     void createSnapdealOrder(1:SnapdealOrder snapdealOrder);
1561
     
1561
     
1562
     SnapdealOrder getSnapdealOrder(1:i64 orderId, 2:string referenceCode, 3:string subrderId)
1562
     list<SnapdealOrder> getSnapdealOrder(1:i64 orderId, 2:string referenceCode, 3:string subrderId)
1563
     
1563
     
1564
     bool snapdealOrderExists(1:string subOrderId, 2:string referenceCode);
1564
     bool snapdealOrderExists(1:string subOrderId, 2:string referenceCode);
1565
     
1565
     
1566
     void updateLatestFbaPricesForItem(1:FbaItemPrices fbaitemprices)
1566
     void updateLatestFbaPricesForItem(1:FbaItemPrices fbaitemprices)
1567
     
1567