Sha256: f9be87b54ab7579cfae259fdec9cdfd3459e72c861a1a452a7c3d1b0c94b7b6c
Contents?: true
Size: 477 Bytes
Versions: 4
Compression:
Stored size: 477 Bytes
Contents
require 'peddler/client' module MWS # With the Cart Information API, you can retrieve shopping carts that your # Amazon Webstore customers have created. The Cart Information API enables you # to programmatically integrate Amazon Webstore cart information with your CRM # systems, marketing applications, and other systems that require cart data. # # @todo Not implemented class CartInformation < ::Peddler::Client path 'CartInformation/2014-03-01' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.7.3 | lib/mws/cart_information.rb |
peddler-0.7.2 | lib/mws/cart_information.rb |
peddler-0.7.1 | lib/mws/cart_information.rb |
peddler-0.7.0 | lib/mws/cart_information.rb |