module AmzSpApi::AplusContentApiModel
#Selling Partner API for A+ Content Management
#With the A+ Content API, you can build applications that help selling partners add rich marketing content to their Amazon product detail pages. A+ content helps selling partners share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners assemble content by choosing from content modules and adding images and text.
OpenAPI spec version: 2020-11-01
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for A+ Content Management
#With the A+ Content API, you can build applications that help selling partners add rich marketing content to their Amazon product detail pages. A+ content helps selling partners share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners assemble content by choosing from content modules and adding images and text.
OpenAPI spec version: 2020-11-01
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for A+ Content Management
#With the A+ Content API, you can build applications that help selling partners add rich marketing content to their Amazon product detail pages. A+ content helps selling partners share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners assemble content by choosing from content modules and adding images and text.
OpenAPI spec version: 2020-11-01
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.24
#Selling Partner API for A+ Content Management
#With the A+ Content API, you can build applications that help selling partners add rich marketing content to their Amazon product detail pages. A+ content helps selling partners share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners assemble content by choosing from content modules and adding images and text.
OpenAPI spec version: 2020-11-01
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::AplusContentApiModel.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/aplus-content-api-model.rb, line 113 def configure if block_given? yield(Configuration.default) else Configuration.default end end