Sha256: b7bfc0c8d9adf5204b325f1bdc065f7104981c99f0358a3effd8b9b709271675
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
require 'peddler/client' module MWS # The Recommendations API enables you to programmatically retrieve Amazon # Selling Coach recommendations by recommendation category. A recommendation # is an actionable, timely, and personalized opportunity to increase your # sales and performance. # # @todo Not implemented class Recommendations < ::Peddler::Client path 'Recommendations/2013-04-01' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.7.0 | lib/mws/recommendations.rb |