Module: AmzSpApi::SolicitationsApiModel

Defined in:
lib/solicitations-api-model/version.rb,
lib/solicitations-api-model.rb,
lib/solicitations-api-model/api_error.rb,
lib/solicitations-api-model/api_client.rb,
lib/solicitations-api-model/models/error.rb,
lib/solicitations-api-model/configuration.rb,
lib/solicitations-api-model/models/schema.rb,
lib/solicitations-api-model/models/error_list.rb,
lib/solicitations-api-model/models/link_object.rb,
lib/solicitations-api-model/api/solicitations_api.rb,
lib/solicitations-api-model/models/get_schema_response.rb,
lib/solicitations-api-model/models/solicitations_action.rb,
lib/solicitations-api-model/models/get_schema_response__links.rb,
lib/solicitations-api-model/models/get_solicitation_action_response.rb,
lib/solicitations-api-model/models/get_solicitation_action_response__links.rb,
lib/solicitations-api-model/models/get_solicitation_action_response__embedded.rb,
lib/solicitations-api-model/models/get_solicitation_actions_for_order_response.rb,
lib/solicitations-api-model/models/get_solicitation_actions_for_order_response__links.rb,
lib/solicitations-api-model/models/get_solicitation_actions_for_order_response__embedded.rb,
lib/solicitations-api-model/models/create_product_review_and_seller_feedback_solicitation_response.rb

Overview

#Selling Partner API for Solicitations

#With the Solicitations API you can build applications that send non-critical solicitations to buyers. You can get a list of solicitation types that are available for an order that you specify, then call an operation that sends a solicitation to the buyer for that order. Buyers cannot respond to solicitations sent by this API, and these solicitations do not appear in the Messaging section of Seller Central or in the recipient’s Message Center. The Solicitations API returns responses that are formed according to the <a href=tools.ietf.org/html/draft-kelly-json-hal-08>JSON Hypertext Application Language</a> (HAL) standard.

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, CreateProductReviewAndSellerFeedbackSolicitationResponse, Error, ErrorList, GetSchemaResponse, GetSchemaResponseLinks, GetSolicitationActionResponse, GetSolicitationActionResponseEmbedded, GetSolicitationActionResponseLinks, GetSolicitationActionsForOrderResponse, GetSolicitationActionsForOrderResponseEmbedded, GetSolicitationActionsForOrderResponseLinks, LinkObject, Schema, SolicitationsAction, SolicitationsApi

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.configureObject

Customize default settings for the SDK using block.

AmzSpApi::SolicitationsApiModel.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/solicitations-api-model.rb', line 45

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