PartnerCentralSellingAPI#
Client#
- class PartnerCentralSellingAPI.Client#
A low-level client representing Partner Central Selling API
AWS Partner Central API for Selling Reference Guide
This Amazon Web Services (AWS) Partner Central API reference is designed to help AWS Partners integrate Customer Relationship Management (CRM) systems with AWS Partner Central. Partners can automate interactions with AWS Partner Central, which helps to ensure effective engagements in joint business activities.
The API provides standard AWS API functionality. Access it by either using API Actions or by using an AWS SDK that’s tailored to your programming language or platform. For more information, see Getting Started with AWS and Tools to Build on AWS.
Features offered by AWS Partner Central API
Opportunity management: Manages coselling opportunities through API actions such as
CreateOpportunity
,UpdateOpportunity
,ListOpportunities
,GetOpportunity
, andAssignOpportunity
.AWS referral management: Manages referrals shared by AWS using actions such as
ListEngagementInvitations
,GetEngagementInvitation
,StartEngagementByAcceptingInvitation
, andRejectEngagementInvitation
.Entity association: Associates related entities such as AWS Products, Partner Solutions, and AWS Marketplace Private Offers with opportunities using the actions
AssociateOpportunity
, andDisassociateOpportunity
.View AWS opportunity details: Retrieves real-time summaries of AWS opportunities using the
GetAWSOpportunitySummary
action.List solutions: Provides list APIs for listing partner offers using
ListSolutions
.Event subscription: Subscribe to real-time opportunity updates through AWS EventBridge by using actions such as Opportunity Created, Opportunity Updated, Engagement Invitation Accepted, Engagement Invitation Rejected, and Engagement Invitation Created.
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: