lib/mws/fulfillment_inventory/client.rb in peddler-0.10.0 vs lib/mws/fulfillment_inventory/client.rb in peddler-0.11.0
- old
+ new
@@ -13,10 +13,10 @@
# Returns information about the availability of a seller's inventory
#
# @see http://docs.developer.amazonservices.com/en_US/fba_inventory/FBAInventory_ListInventorySupply.html
# @param opts [Hash]
- # @option opts [Array<String>, String] :seller_skus
+ # @option opts [Array<String>, String] :seller_sku_list
# @option opts [String, #iso8601] :query_start_date_time
# @option opts [String] :response_group
# @return [Peddler::XMLParser]
def list_inventory_supply(opts = {})
operation('ListInventorySupply')