Skip to content

ShopRunner/example_python_soap_client

Repository files navigation

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 be installed

you may have to run

pipenv shell 

Before Installing Dependencies:

pipenv install

Send an order to the staging environment

pipenv run ./send_test_order_to_staging.py <username> <password>

Send an order adjustment to the staging environment

pipenv run ./send_test_order_adjustment_to_staging.py <username> <password>

About

Example of how to send an order to ShopRunner SOAP API in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages