Sha256: 2e24d72361ce72d618308b5da106531c604b702085874eac092e13ce6c3de9b2

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

module MWS
  module API
    # FulfillmentInventory
    class FulfillmentInventory < Base
      ACTIONS = [:list_inventory_supply, :list_inventory_supply_by_next_token, :get_service_status]

      def initialize(connection)
        @uri = '/FulfillmentInventory/2010-10-01'
        @version = '2010-10-01'
        super
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mws_rb-0.0.6 lib/mws/api/fulfillment_inventory.rb