Project

mws-feeds

0.0
No commit activity in last 3 years
No release in over 3 years
A rich Ruby interface to the Amazon MWS Feeds API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1.4
>= 0
>= 0
~> 10.0
~> 3.0

Runtime

~> 6.0
~> 1.5
~> 2.0
~> 1.0
 Project Readme

Build Status Gem Version

MWS Feeds

MWS Feeds is a Ruby interface to the Amazon Marketplace Web Service (MWS) Feeds API. With the MWS Feeds API, you can build applications that let sellers purchase shipping for non-Prime and Prime orders using Amazon’s Buy Shipping Services.

(To use Amazon MWS, you must have an Amazon MWS developer account.)

Usage

Create a client:

require "mws-feeds"
client = MWS.feeds(marketplace: "ATVPDKIKX0DER", merchant_id: "123")

Set up credentials when instantiating or with environment variables.

Feed Submission Count

Get the count of feeds submitted in the past 90 days:

response = client.get_feed_submission_count
submission_count_data = response.parse
puts submission_count_data.count # => 1