Sha256: ef34e1c3f22369f13639f7ab217cf67fc17fdc4fdf4ac49de8660af0b9ffa73e

Contents?: true

Size: 669 Bytes

Versions: 4

Compression:

Stored size: 669 Bytes

Contents

require 'peddler/client'

module MWS
  # With the Customer Information API, you can retrieve information from the
  # customer accounts of your Amazon Webstore customers. This customer
  # information includes customer name, contact information, customer account
  # type, and associated Amazon Webstore marketplaces. The Customer Information
  # API enables you to programmatically integrate Amazon Webstore customer
  # account information with your CRM systems, marketing applications, and other
  # systems that require customer data.
  #
  # @todo Not implemented
  class CustomerInformation < ::Peddler::Client
    path 'CustomerInformation/2014-03-01'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
peddler-0.7.3 lib/mws/customer_information.rb
peddler-0.7.2 lib/mws/customer_information.rb
peddler-0.7.1 lib/mws/customer_information.rb
peddler-0.7.0 lib/mws/customer_information.rb