Class: MWS::FulfillmentInventory

Inherits:
Peddler::Client show all
Defined in:
lib/mws/fulfillment_inventory.rb

Overview

TODO:

Not implemented

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.

Constant Summary

Constants inherited from Peddler::Client

Peddler::Client::BadMarketplaceId, Peddler::Client::HOSTS

Instance Attribute Summary

Attributes inherited from Peddler::Client

#body, #marketplace_id, #merchant_id

Instance Method Summary collapse

Methods inherited from Peddler::Client

#aws_endpoint, #headers, inherited, #operation, path, #run

Instance Method Details

#get_service_statusPeddler::XMLParser

Gets the operational status of the API



30
31
32
33
# File 'lib/mws/fulfillment_inventory.rb', line 30

def get_service_status
  operation('GetServiceStatus')
  run
end

#list_inventory_supplyObject

Returns information about the availability of a seller’s inventory

Raises:

  • (NotImplementedError)


16
17
18
# File 'lib/mws/fulfillment_inventory.rb', line 16

def list_inventory_supply
  raise NotImplementedError
end

#list_inventory_supply_by_next_tokenObject

Returns the next page of information about the availability of a seller’s inventory

Raises:

  • (NotImplementedError)


22
23
24
# File 'lib/mws/fulfillment_inventory.rb', line 22

def list_inventory_supply_by_next_token
  raise NotImplementedError
end