An open API service indexing awesome lists of open source software.

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

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
```