Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

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

Install 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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.