:doc:`PartnerCentralSellingAPI <../../partnercentral-selling>` / Client / submit_opportunity

******************
submit_opportunity
******************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/SubmitOpportunity>`_  


  **Request Syntax**
  ::

    response = client.submit_opportunity(
        Catalog='string',
        Identifier='string',
        InvolvementType='For Visibility Only'|'Co-Sell',
        Visibility='Full'|'Limited'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    Specifies the catalog related to the request. Valid values are:

     

    
    * AWS: Submits the opportunity request from the production AWS environment.
     
    * Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.
    

    

  
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

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

    

  
  :type InvolvementType: string
  :param InvolvementType: **[REQUIRED]** 

    Specifies the level of AWS sellers' involvement on the opportunity. Valid values:

     

    
    * ``Co-sell``: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.
     
    * ``For Visibility Only``: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
    

    

  
  :type Visibility: string
  :param Visibility: 

    Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:

     

    
    * ``Full``: The opportunity is fully visible to AWS sales.
     
    * ``Limited``: The opportunity has restricted visibility to AWS sales.
    

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ThrottlingException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.InternalServerException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ValidationException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ResourceNotFoundException`

  