The owd gem is a simple client for One World Direct's XML API.
client = OWD::Client.new(:client_id => 123, :client_authorization => 'XXXXXXXXXX')
client.api.inventory_create(:sku => 'MY-FANCY-SKU')
client.api.order_status({ order_reference: 666 })
gem install owd
See OWD's website at http://www.owd.com
The test suite can be ran using rake
or rake test
.