Sha256: 1ac3521688055c680319c30f7d0f528e8e8c3f25af7d4457df083ff68633689b
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
require 'peddler/service' module Peddler # The Products API helps you get information to match your products to # existing product listings on Amazon Marketplace websites and to make # sourcing and pricing decisions for listing those products on Amazon # Marketplace websites. class Products < Service path 'Products/2011-10-01' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.4.3 | lib/peddler/products.rb |
peddler-0.4.2 | lib/peddler/products.rb |
peddler-0.4.1 | lib/peddler/products.rb |