Skip to main content

Magento Core API Client

Project description

Magento API

copyright:
  1. 2010 by Sharoon Thomas.

copyright:
  1. 2010 by Openlabs Technologies & Consulting (P) LTD

license:

AGPLv3, see LICENSE for more details

A simple to use python library to access the magento API and covered by a complete test suite based on Nose tests. Also includes a nose plugin to do the tests based on a config file.

Example usage:

from magento import Customer
url = 'http://yourmagento.com'
apiuser = 'apiusername'
apipass = 'password'
with Customer(url, apiuser, apipass) as customer_api:
    customer_api.list()

The implemented methods and APIs are from the Core API of magento documented here:

http://www.magentocommerce.com/support/magento_core_api

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magento-0.1.4.tar.gz (8.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page