Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rgpjones/magento-api-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

magento-api-tool

Naive tool for querying Magento APIs

Include RemoteService.php

Create a configuration file with the following data:

addr = '<address_to_api>'
user = '<api_username>'
pass = '<api_key>'
wsi_compliance = <boolean>
basic_auth_user = '<basic_auth_user>'
basic_auth_pw = '<basic_auth_password>'

Set the configuration file to use:

php api.php -c <configuration_file>

Then use the appropriate script, e.g.:

php Command/salesOrderList.php

About

Tool for querying Magento APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages