Module: AmzSpApi::FbaInboundEligibilityApiModel

Defined in:
lib/fba-inbound-eligibility-api-model/version.rb,
lib/fba-inbound-eligibility-api-model.rb,
lib/fba-inbound-eligibility-api-model/api_error.rb,
lib/fba-inbound-eligibility-api-model/api_client.rb,
lib/fba-inbound-eligibility-api-model/models/error.rb,
lib/fba-inbound-eligibility-api-model/configuration.rb,
lib/fba-inbound-eligibility-api-model/models/error_list.rb,
lib/fba-inbound-eligibility-api-model/api/fba_inbound_api.rb,
lib/fba-inbound-eligibility-api-model/models/item_eligibility_preview.rb,
lib/fba-inbound-eligibility-api-model/models/get_item_eligibility_preview_response.rb

Overview

#Selling Partner API for FBA Inbound Eligibilty

#With the FBA Inbound Eligibility API, you can build applications that let sellers get eligibility previews for items before shipping them to Amazon’s fulfillment centers. With this API you can find out if an item is eligible for inbound shipment to Amazon’s fulfillment centers in a specific marketplace. You can also find out if an item is eligible for using the manufacturer barcode for FBA inventory tracking. Sellers can use this information to inform their decisions about which items to ship Amazon’s fulfillment centers.

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, FbaInboundApi, GetItemEligibilityPreviewResponse, ItemEligibilityPreview

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.configureObject

Customize default settings for the SDK using block.

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

If no block given, return the default Configuration object.



35
36
37
38
39
40
41
# File 'lib/fba-inbound-eligibility-api-model.rb', line 35

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