Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 570 Bytes

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>