PartnerCentralSellingAPI / Client / submit_opportunity

submit_opportunity#

PartnerCentralSellingAPI.Client.submit_opportunity(**kwargs)#

Use this action to submit an opportunity that was previously created by partner for AWS review. After you perform this action, the opportunity becomes non-editable until it is reviewed by AWS and has LifeCycle.ReviewStatus as either Approved or Action Required.

See also: AWS API Documentation

Request Syntax

response = client.submit_opportunity(
    Catalog='string',
    Identifier='string',
    InvolvementType='For Visibility Only'|'Co-Sell',
    Visibility='Full'|'Limited'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

    Specifies the catalog related to the request.

  • Identifier (string) –

    [REQUIRED]

    The identifier of the opportunity previously created by partner and needs to be submitted.

  • InvolvementType (string) –

    [REQUIRED]

    Specifies the level of AWS sellers’ involvement on the opportunity.

  • Visibility (string) – Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full.

Returns:

None

Exceptions