module AmzSpApi::OrdersApiModel
#Selling Partner API for Orders
#The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
OpenAPI spec version: v0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Orders
#The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
OpenAPI spec version: v0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Orders
#The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
OpenAPI spec version: v0
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for Orders
#The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
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::OrdersApiModel.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/orders-api-model.rb, line 63 def configure if block_given? yield(Configuration.default) else Configuration.default end end