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

https://github.com/shoprunner/example_ruby_soap_client

Sample code for sending orders and shipment SOAP requests to ShopRunner in Ruby
https://github.com/shoprunner/example_ruby_soap_client

Last synced: about 1 year ago
JSON representation

Sample code for sending orders and shipment SOAP requests to ShopRunner in Ruby

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 Ruby

# Setup
This client requires [Rbenv](https://github.com/rbenv/rbenv) be installed

Install Dependencies:
```
gem install bundler
bundle install
```

# Send an order to the staging environment

```
./send_test_order_to_staging.rb
```