Module: AmzSpApi::FbaInventoryApiModel

Defined in:
lib/fba-inventory-api-model/version.rb,
lib/fba-inventory-api-model.rb,
lib/fba-inventory-api-model/api_error.rb,
lib/fba-inventory-api-model/api_client.rb,
lib/fba-inventory-api-model/models/error.rb,
lib/fba-inventory-api-model/configuration.rb,
lib/fba-inventory-api-model/models/error_list.rb,
lib/fba-inventory-api-model/models/pagination.rb,
lib/fba-inventory-api-model/models/granularity.rb,
lib/fba-inventory-api-model/api/fba_inventory_api.rb,
lib/fba-inventory-api-model/models/inventory_details.rb,
lib/fba-inventory-api-model/models/inventory_summary.rb,
lib/fba-inventory-api-model/models/reserved_quantity.rb,
lib/fba-inventory-api-model/models/inventory_summaries.rb,
lib/fba-inventory-api-model/models/researching_quantity.rb,
lib/fba-inventory-api-model/models/unfulfillable_quantity.rb,
lib/fba-inventory-api-model/models/researching_quantity_entry.rb,
lib/fba-inventory-api-model/models/get_inventory_summaries_result.rb,
lib/fba-inventory-api-model/models/get_inventory_summaries_response.rb

Overview

#Selling Partner API for FBA Inventory

#The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon’s fulfillment network.

OpenAPI spec version: v1

Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24

Defined Under Namespace

Classes: ApiClient, ApiError, Configuration, Error, ErrorList, FbaInventoryApi, GetInventorySummariesResponse, GetInventorySummariesResult, Granularity, InventoryDetails, InventorySummaries, InventorySummary, Pagination, ResearchingQuantity, ResearchingQuantityEntry, ReservedQuantity, UnfulfillableQuantity

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.configureObject

Customize default settings for the SDK using block.

AmzSpApi::FbaInventoryApiModel.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.



44
45
46
47
48
49
50
# File 'lib/fba-inventory-api-model.rb', line 44

def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end