Sha256: 55f51af3fa90eb7661e30d35bdca1458d7ea842c17135b2e053642fb09f9e738
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
require 'peddler/client' module MWS # The Fulfillment Inventory API can help you stay up-to-date on the # availability of your inventory in the Amazon Fulfillment Network. The # Fulfillment Inventory API reports real-time availability information for # your Amazon Fulfillment Network inventory regardless of whether you are # selling your inventory on Amazon's retail web site or through other retail # channels. # # @todo Not implemented class FulfillmentInventory < ::Peddler::Client path '/FulfillmentInventory/2010-10-01' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.7.5 | lib/mws/fulfillment_inventory.rb |