magentoxtender
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Extra API functionality for webservice
MagentoXtender
==============
Project page: https://github.com/bippo/magentoxtender

Copyright (C) 2011 [Bippo Indonesia](http://www.bippo.co.id/), [Linux4ever](http://www.linux4ever.be/dokuwiki/doku.php?id=magentoxtender).

Original extension: [Linux4ever_MagentoXtender](http://www.magentocommerce.com/magento-connect/Dieter21/extension/557/magentoxtender)

What is MagentoXtender?
-----------------------
Extra API functionality for Magento SOAP/REST web services API.

THIS MODULE IS IN EARLY DEVELOPMENT - USE AT YOUR OWN RISK!

This module makes extra API functions available for SOAP and XML-RPC webservice. It should be used in combination with the VB.NET Library I am currently developping. The VB.NET program also contains a wizard to import multiple products at once. 
Most important functionality is probably the possibility to link simple products to a configurable product.

Please note that this module will only install the extra API functions on your magento installation. You still need to download the VB.NET program at the following website:

http://www.linux4ever.be/dokuwiki/doku.php?id=magentoxtender

Important: If the new API functions are not available after you've installed the module than you most certainly have to disable or refresh the Cache in the admin-pages:  System > Cache Management

If you have problems with certain attributes not showing any options (like color or manufacturer) , then make sure you execute the following query : 

	UPDATE eav_attribute SET `source_model` = 'eav/entity_attribute_source_table' WHERE attribute_code IN ('manufacturer','color')

Current features:
 
1. List/Create/Update/Delete Attribute Set
2. List/Create/Update/Delete Attribute Group
3. List/Create/Update/Delete (Product) Attributes + EAV Options/Values + assignToGroup, deleteFromGroup
4. List/Create/Update/Delete Product (Simple/Configurable/Virtual/Grouped/Bundled) 
5. List/Update Inventory Product Stock
6. List Websites, StoreGroups & Stores
7. List/Create/Update/Delete Product Links for Grouped+Configurable products
8. List/Create/Update/Delete/Assign Products/... for Product Categories
9. List Product Categorie Attributes+Options
10. List Product Types
11. List/Create/Update/Delete (+ Upload) Product Images
12. Get/Set Configuration Data
13. Reindex

TODO: 

* Create Wizard to easily import multiple products at once [Current Version works! High Priority]
* Implement API functions for: [Low Priority]
* Customers API
* Customer's Groups API
* Customer Address API
* Country API
* Region API
* Product Tier Price API
* Order API
* Shipment API
* Invoice API

Change Log
----------

2.0.0

* Renamed the module to avoid confusion with Linux4ever module
* Reversioned to 2.0.0
* Added detailed README illustrating SOAPv1 calls
* New API for Config get & save
* Ant script to symlink, deploy, remote flush, remote compile

Login
-----

	
	   
	   
	      
	         admin
	         password123
	      
	   
	

core_store.websites: List all websites
---------------------------------------

	
	   
	   
	      
	         63dc358c3152376514cee9fb1e3627eb
	         core_store.websites
	         
	      
	   
	

core_config.get: Get configuration data
---------------------------------------

Request:

	
	   
	   
	      
	         99e7b49bb137e0060654455bb43220fb
	         core_config.get
	         
			web/unsecure/base_url
		
	      
	   
	

Response:
	
	
	   
	      
	         http://ceefour.annafi/rumahmufida.com/
	      
	   
	

Request:

	
	   
	   
	      
	         99e7b49bb137e0060654455bb43220fb
	         core_config.get
	         
				web/unsecure
			 
	      
	   
	

Response:

	
	   
	      
	         
	            
	               base_url
	               http://ceefour.annafi/rumahmufida.com/
	            
	            
	               base_web_url
	               http://ceefour.annafi/rumahmufida.com/
	            
				...
	         
	      
	   
	

core_config.save : Set configuration data
-----------------------------------------

Request:

	
	   
	   
	      
	         99e7b49bb137e0060654455bb43220fb
	         core_config.save
	         
				design/head/title_suffix
				| Wow Keren
			 
	      
	   
	

Response: (pretty much nothing)

	
	   
	      
	         
	      
	   
	

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。