Sha256: 98deb9249bb68fe9f1a477cf9fa121dae5320e7b822b17e6a579fcaa8c9b0d57
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
module MWS module API # Products class Products < Base ACTIONS = [:list_matching_products, :get_matching_product, :get_matching_product_for_id, :get_competitive_pricing_for_SKU, :get_competitive_pricing_for_ASIN, :get_lowest_offer_listings_for_SKU, :get_lowest_offer_listings_for_ASIN, :get_my_price_for_SKU, :get_my_price_for_ASIN, :get_product_categories_for_SKU, :get_product_categories_for_ASIN, :get_service_status] def initialize(connection) @uri = '/Products/2011-10-01' @version = '2011-10-01' super end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mws_rb-0.0.6 | lib/mws/api/products.rb |