Module: AmzSpApi::FbaSmallAndLightApiModel
- Defined in:
- lib/fba-small-and-light-api-model/version.rb,
lib/fba-small-and-light-api-model.rb,
lib/fba-small-and-light-api-model/api_error.rb,
lib/fba-small-and-light-api-model/api_client.rb,
lib/fba-small-and-light-api-model/models/item.rb,
lib/fba-small-and-light-api-model/models/error.rb,
lib/fba-small-and-light-api-model/configuration.rb,
lib/fba-small-and-light-api-model/models/error_list.rb,
lib/fba-small-and-light-api-model/models/money_type.rb,
lib/fba-small-and-light-api-model/models/seller_sku.rb,
lib/fba-small-and-light-api-model/models/fee_preview.rb,
lib/fba-small-and-light-api-model/models/fee_line_item.rb,
lib/fba-small-and-light-api-model/models/marketplace_id.rb,
lib/fba-small-and-light-api-model/api/small_and_light_api.rb,
lib/fba-small-and-light-api-model/models/small_and_light_enrollment.rb,
lib/fba-small-and-light-api-model/models/small_and_light_eligibility.rb,
lib/fba-small-and-light-api-model/models/small_and_light_fee_previews.rb,
lib/fba-small-and-light-api-model/models/small_and_light_enrollment_status.rb,
lib/fba-small-and-light-api-model/models/small_and_light_eligibility_status.rb,
lib/fba-small-and-light-api-model/models/small_and_light_fee_preview_request.rb
Overview
#Selling Partner API for FBA Small And Light
#The Selling Partner API for FBA Small and Light lets you help sellers manage their listings in the Small and Light program. The program reduces the cost of fulfilling orders for small and lightweight FBA inventory. You can enroll or remove items from the program and check item eligibility and enrollment status. You can also preview the estimated program fees charged to a seller for items sold while enrolled in the program.
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, FeeLineItem, FeePreview, Item, MarketplaceId, MoneyType, SellerSKU, SmallAndLightApi, SmallAndLightEligibility, SmallAndLightEligibilityStatus, SmallAndLightEnrollment, SmallAndLightEnrollmentStatus, SmallAndLightFeePreviewRequest, SmallAndLightFeePreviews
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
-
.configure ⇒ Object
Customize default settings for the SDK using block.
Class Method Details
.configure ⇒ Object
Customize default settings for the SDK using block.
AmzSpApi::FbaSmallAndLightApiModel.configure do |config|
config.username = "xxx"
config.password = "xxx"
end
If no block given, return the default Configuration object.
45 46 47 48 49 50 51 |
# File 'lib/fba-small-and-light-api-model.rb', line 45 def configure if block_given? yield(Configuration.default) else Configuration.default end end |