module AmzSpApi::FulfillmentInboundApiModel
#Selling Partner API for Fulfillment Inbound
#The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.
OpenAPI spec version: v0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Fulfillment Inbound
#The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.
OpenAPI spec version: v0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Fulfillment Inbound
#The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.
OpenAPI spec version: v0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Fulfillment Inbound
#The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.
OpenAPI spec version: v0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
Constants
- VERSION
Public Class Methods
Customize default settings for the SDK using block.
AmzSpApi::FulfillmentInboundApiModel.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/fulfillment-inbound-api-model.rb, line 149 def configure if block_given? yield(Configuration.default) else Configuration.default end end