Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 651 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 651 Bytes

OWD

Build Status Code Climate

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 })

Installation

gem install owd

See OWD's website at http://www.owd.com

Tests

The test suite can be ran using rake or rake test.