Peddler

Peddler

Peddler provides a light-weight wrapper around the Amazon Marketplace Web Service (MWS) APIs.

Usage

client = Peddler::Products.new('US', 'aws_key', 'aws_secret, 'seller_id')
params = {
  'Marketplace' => client.marketplace_id('US'),
  'Action'      => 'ListMatchingProducts',
  'Query'       => 'Architecture'
}

res = client.get(query: params)