syncOpportunityWizardStep
Create or update opportunity data for a wizard step. Omit opportunityNumber to create a new opportunity from the supplied step fields, or provide it to update an existing opportunity. This mutation is designed to support step-specific payloads.
Arguments
Input fields for syncing the opportunity product-offering step.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-CT-8906: Opportunity not found.
- KT-CT-8907: Lead not found.
- KT-CT-8912: Funnel not found.
- KT-CT-8919: Funnel initial stage not set.
- KT-CT-8928: The funnel is not active and cannot be used to create this entity.
- KT-CT-8965: Updating a funnel-less opportunity via this mutation is not yet supported.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation SyncOpportunityWizardStep($input: SyncOpportunityWizardStepInput!) {
syncOpportunityWizardStep(input: $input) {
opportunityNumber
}
}
Variables
{
"input": SyncOpportunityWizardStepInput
}
Response
{
"data": {
"syncOpportunityWizardStep": {
"opportunityNumber": "method-main-identify-third-someone"
}
}
}