PartnerCentralSellingAPI / Client / associate_opportunity

associate_opportunity#

PartnerCentralSellingAPI.Client.associate_opportunity(**kwargs)#

Enables you to create a formal association between an Opportunity and various related entities, enriching the context and details of the opportunity for better collaboration and decision-making. You can associate an opportunity with the following types of entities:

  • Partner Solution: A software product or consulting practice created and delivered by Partners. Partner Solutions help customers address specific business challenges or achieve particular goals using Amazon Web Services services.

  • Amazon Web Services Product: Amazon Web Services offers a wide range of products and services designed to provide scalable, reliable, and cost-effective infrastructure solutions. For the latest list of Amazon Web Services products, refer to Amazon Web Services products.

  • Amazon Web Services Marketplace private offer: Allows Amazon Web Services Marketplace sellers to extend custom pricing and terms to individual Amazon Web Services customers. Sellers can negotiate custom prices, payment schedules, and end user license terms through private offers, enabling Amazon Web Services customers to acquire software solutions tailored to their specific needs. For more information, refer to Private offers in Amazon Web Services Marketplace.

To obtain identifiers for these entities, use the following methods:

  • Solution: Use the ListSolutions operation.

  • AWS products: For the latest list of Amazon Web Services products, refer to the Amazon Web Services products list.

  • Amazon Web Services Marketplace private offer: Use the AWS Marketplace Catalog API to list entities. Specifically, use the ListEntities operation to retrieve a list of private offers. The request to the ListEntities API returns the details of the private offers available to you. For more information, refer to ListEntities.

See also: AWS API Documentation

Request Syntax

response = client.associate_opportunity(
    Catalog='string',
    OpportunityIdentifier='string',
    RelatedEntityIdentifier='string',
    RelatedEntityType='Solutions'|'AwsProducts'|'AwsMarketplaceOffers'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

    Specifies the catalog associated with the request. This field takes a string value from a predefined list: AWS or Sandbox. The catalog determines whichenvironment the opportunity association is made in. Use AWS to associate opportunities in the Amazon Web Services catalog, and Sandbox to test in a secure and isolated environment.

  • OpportunityIdentifier (string) –

    [REQUIRED]

    Requires the Opportunity’s unique identifier when you want to associate it with a related entity. Provide the correct identifier so the intended opportunity is updated with the association.

  • RelatedEntityIdentifier (string) –

    [REQUIRED]

    Requires the related entity’s unique identifier when you want to associate it with the Opportunity. For Amazon Web Services Marketplace entities, provide the Amazon Resource Name (ARN). Use the Amazon Web Services Marketplace API to obtain the ARN.

  • RelatedEntityType (string) –

    [REQUIRED]

    Specifies the type of the related entity you’re associating with the Opportunity. This helps to categorize and properly process the association.

Returns:

None

Exceptions

  • PartnerCentralSellingAPI.Client.exceptions.ThrottlingException

  • PartnerCentralSellingAPI.Client.exceptions.AccessDeniedException

  • PartnerCentralSellingAPI.Client.exceptions.InternalServerException

  • PartnerCentralSellingAPI.Client.exceptions.ValidationException

  • PartnerCentralSellingAPI.Client.exceptions.ResourceNotFoundException