Skip to content

micronax/python-shopware-rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c99ae4 · Aug 25, 2021

History

27 Commits
Sep 29, 2015
May 14, 2017
Sep 29, 2015
Sep 29, 2015
Sep 29, 2015
Sep 29, 2015
Sep 29, 2015
Sep 29, 2015
Aug 25, 2021
May 14, 2017
Sep 29, 2015
Sep 29, 2015
Sep 29, 2015

Repository files navigation

shopware_rest

A Python REST Client for Shopware 5 (https://developers.shopware.com/developers-guide/rest-api/)

Usage

from shopware_rest import rest
client = rest.sapi()
client.setCredentials('username', 'token', 'api_base_url')
articles = client.get('articles/1')
client.post('articles/1', {'name': 'New Article Name'})

Contribution

This is just an experimental release - Feel free to contribute your ideas and improvements using pull request

License

Licensed under the MIT License (see LICENSE.txt)

Note

This project has been set up using PyScaffold 2.4.2. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.