https://github.com/shoprunner/example_python_soap_client
Example of how to send an order to ShopRunner SOAP API in Python
https://github.com/shoprunner/example_python_soap_client
Last synced: about 1 year ago
JSON representation
Example of how to send an order to ShopRunner SOAP API in Python
- Host: GitHub
- URL: https://github.com/shoprunner/example_python_soap_client
- Owner: ShopRunner
- Created: 2018-06-20T20:39:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T21:13:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T16:15:44.561Z (over 1 year ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 48
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopRunner Example SOAP Client
This is an example of how to send an order to ShopRunner SOAP API in Python
# Setup
This client requires [Pipenv](https://pipenv.readthedocs.io/en/latest/) be installed
you may have to run
```shell
pipenv shell
```
Before Installing Dependencies:
```shell
pipenv install
```
# Send an order to the staging environment
```
pipenv run ./send_test_order_to_staging.py
```
# Send an order adjustment to the staging environment
```
pipenv run ./send_test_order_adjustment_to_staging.py
```