README.md in peddler-1.3.0 vs README.md in peddler-1.4.0

- old
+ new

@@ -99,32 +99,18 @@ Alternatively, rescue. ```ruby begin client.some_method -rescue Excon::Errors::ServiceUnavailable => e +rescue Excon::Error::ServiceUnavailable => e logger.warn e.response.message retry 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. - [Amazon references](https://developer.amazonservices.com/gp/mws/api.html?group=bde&section=feeds) @@ -158,10 +144,17 @@ Support for creating and cancelling fulfillment orders has been implemented, but the rest of the API is not supported yet. - [Amazon references](https://developer.amazonservices.com/gp/mws/api.html?group=fulfillment&section=outbound) - [Peddler API docs](http://www.rubydoc.info/gems/peddler/MWS/FulfillmentOutboundShipment/Client) +### Merchant Fulfillment + +The Merchant Fulfillment API provides programmatic access to Amazon’s fulfillment shipping services for sellers, including competitive rates with Amazon-partnered carriers. Sellers can find out what shipping services are available by submitting information about a proposed fulfillment shipment, such as package size and weight; shipment origin and destination; and delivery date requirements. Sellers can choose from the shipping service options returned by Amazon, and then receive shipping labels for fulfilling their orders. + +- [Amazon references](https://developer.amazonservices.com/gp/mws/api.html?group=merchantfulfillment&section=merchantfulfillment) +- [Peddler API docs](http://www.rubydoc.info/gems/peddler/MWS/MerchantFulfillment/Client) + ### Off Amazon Payments The MWS Off-Amazon Payments API helps you to process payments for purchases made by buyers on your website using the Login and Pay with Amazon service. This API enables you to programmatically retrieve shipping and payment information provided by the buyer from their Amazon account. It allows you to authorize, capture, and refund payments, enabling a variety of payments scenarios. You can switch the client to the sandbox environment: @@ -213,12 +206,5 @@ The Amazon MWS Subscriptions API section enables you to subscribe to receive notifications that are relevant to your business with Amazon. With the operations in the Subscriptions API section, you can register to receive important information from Amazon without having to poll the Amazon MWS service. Instead, the information is sent directly to you when an event occurs to which you are subscribed. - [Amazon references](https://developer.amazonservices.com/gp/mws/api.html?group=subscriptions&section=subscriptions) - [Peddler API docs](http://www.rubydoc.info/gems/peddler/MWS/Subscriptions/Client) - -### Webstore - -With the Webstore API section of Amazon Marketplace Web Service (Amazon MWS), you can get “Email Me When Available” subscription information for items listed on your Amazon Webstore. The Webstore API section can help you plan your inventory replenishment cycle by enabling you to query for items that your customers subscribed to when they clicked the Email Me When Available button on your Webstore. The Webstore API section can also return information about the notifications that were sent to your customers when out-of-stock items came back in stock. This information, when combined with sales information that your Webstore tracks, can help you determine how many notifications were converted into sales. - -- [Amazon references](https://developer.amazonservices.com/gp/mws/api.html?group=webstore&section=webstore) -- [Peddler API docs](http://www.rubydoc.info/gems/peddler/MWS/Webstore/Client)