Peddler wraps the Amazon Marketplace Web Service (MWS) APIs.
service = Peddler.new 'US'
service.configure key: 'key',
secret: 'secret',
seller: 'seller'
service.status # => "GREEN"
The Feeds API lets you upload inventory and order data to Amazon.
With the Fulfillment Inbound Shipment API, you can create and update inbound shipments of inventory in the Amazon Fulfillment Network. You can also request lists of inbound shipments or inbound shipment items based on criteria that you specify.
The Fulfillment Inventory API lets you see what is available in your inventory. It's a real-time reporting mechanism that returns your current or recently-changed inventory supply in the Amazon fulfillment network.
## Fulfillment Outbound Shipment
The Fulfillment Outbound Shipment API is designed to help you integrate Fulfillment by Amazon with any payment processing application or inventory management system currently in use.
The Orders API helps you build simple applications that retrieve only the order information that you need.
The Products API helps you get information to match your products to existing product listings on Amazon Marketplace websites and to make sourcing and pricing decisions for listing those products on Amazon Marketplace websites.
The Reports API lets you request reports about your inventory and orders.
The Sellers API lets sellers retrieve information about their seller account, such as the marketplaces they participate in.