PartnerCentralSellingAPI#
Client#
- class PartnerCentralSellingAPI.Client#
A low-level client representing Partner Central Selling API
AWS Partner Central API for Selling Reference Guide
Amazon Web Services (AWS) Partner Central API reference guide is designed to help AWS Partners programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities.
The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API Actions, or you can use an AWS SDK to access an API that’s tailored to the programming language or platform that you’re using. For more information about AWS application development, see Getting Started with AWS. For more information about using AWS SDKs, see AWS SDKs.
Features offered by AWS Partner Central API
Opportunity management: Facilitates the management of co-selling opportunities with AWS using API actions such as
CreateOpportunity
,UpdateOpportunity
,ListOpportunities
,GetOpportunity
, andAssignOpportunity
.AWS referral management: Facilitates receiving referrals shared by AWS using actions like
ListEngagementInvitations
,GetEngagementInvitation
,StartEngagementByAcceptingInvitation
, andRejectEngagementInvitation
.Entity association: Associate related entities such as AWS Products, Partner Solutions, and AWS Marketplace Private Offers with opportunities using the actions
AssociateOpportunity
andDisassociateOpportunity
.View AWS opportunity details: Use the
GetAWSOpportunitySummary
action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.List solutions: Provides list APIs for listing solutions partners offer using
ListSolutions
.Event subscription: Partners can subscribe to real-time updates on opportunities by listening to events such as Opportunity Created, Opportunity Updated, Engagement Invitation Accepted, Engagement Invitation Rejected and Engagement Invitation Created using AWS EventBridge.
import boto3 client = boto3.client('partnercentral-selling')
These are the available methods:
- assign_opportunity
- associate_opportunity
- can_paginate
- close
- create_opportunity
- disassociate_opportunity
- get_aws_opportunity_summary
- get_engagement_invitation
- get_opportunity
- get_paginator
- get_waiter
- list_engagement_invitations
- list_opportunities
- list_solutions
- reject_engagement_invitation
- start_engagement_by_accepting_invitation_task
- start_engagement_from_opportunity_task
- update_opportunity
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: