Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove non-existing API calls #67

Merged
merged 1 commit into from
Jul 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.