Skip to content

Commit

Permalink
Merge pull request #67 from c0mrade/issue_66/remove_non_existing_apis
Browse files Browse the repository at this point in the history
Remove non-existing API calls
  • Loading branch information
hakanensari authored Jul 31, 2016
2 parents 21ea03f + 307f33a commit 1806117
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 314 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,6 @@ end

## The APIs

### Cart Information

With the MWS 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.

- [Amazon references](https://developer.amazonservices.com/gp/mws/api.html?group=cartinformation&section=cartinformation)
- [Peddler API docs](http://www.rubydoc.info/gems/peddler/MWS/CartInformation/Client)

### Customer Information

With the MWS 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.

- [Amazon references](https://developer.amazonservices.com/gp/mws/api.html?group=customerinformation&section=customerinformation)
- [Peddler API docs](http://www.rubydoc.info/gems/peddler/MWS/CustomerInformation/Client)

### Feeds

The MWS Feeds API lets you upload inventory and order data to Amazon. You can also use this API to get information about the processing of feeds.
Expand Down
2 changes: 0 additions & 2 deletions lib/mws.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require 'forwardable'
require 'mws/cart_information'
require 'mws/customer_information'
require 'mws/feeds'
require 'mws/finances'
require 'mws/fulfillment_inbound_shipment'
Expand Down
1 change: 0 additions & 1 deletion lib/mws/cart_information.rb

This file was deleted.

74 changes: 0 additions & 74 deletions lib/mws/cart_information/client.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/mws/customer_information.rb

This file was deleted.

80 changes: 0 additions & 80 deletions lib/mws/customer_information/client.rb

This file was deleted.

11 changes: 0 additions & 11 deletions test/integration/test_cart_information.rb

This file was deleted.

11 changes: 0 additions & 11 deletions test/integration/test_customer_information.rb

This file was deleted.

61 changes: 0 additions & 61 deletions test/unit/mws/test_cart_information_client.rb

This file was deleted.

59 changes: 0 additions & 59 deletions test/unit/mws/test_customer_information_client.rb

This file was deleted.

0 comments on commit 1806117

Please sign in to comment.