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
- Host: GitHub
- URL: https://github.com/shoprunner/example_ruby_soap_client
- Owner: ShopRunner
- Created: 2019-02-11T18:16:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:41:39.000Z (about 3 years ago)
- Last Synced: 2025-01-28T16:15:44.889Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 43
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```