Skip to main content

#Lightning Product Setup Configurator1 人正在讨论

What I'm building

A custom Lightning Web Component that embeds inside a cloned Product Configurator Screen Flow (the standard "Save As" third-party-configurator extension pattern — lightning__FlowScreen). The component calls the Product Configurator Business APIs directly via Apex HTTP callout (Named Credential auth, OAuth 2.0 Client Credentials Flow via an External Client App — not UserInfo.getSessionId(), which is rejected for interactive-UI sessions anyway).

Environment

  • Developer Edition org with Revenue Cloud / Agentforce Revenue Management enabled (enableProductConfigurator = true)
  • API version v64.0
  • Not a scratch org, no source tracking — deployed directly
  • Native in-app configurator UI works correctly for the running user; this is only about the headless REST layer

What works

POST /services/data/v64.0/connect/cpq/configurator/actions/configure — works reliably. Returns transactionContext.SalesTransaction[].SalesTransactionItem[], prices lines correctly, runs configuration rules, surfaces rule violations in messages. This endpoint alone is not gated.

What fails

Every other documented action in the same family returns a 403:

 

POST /services/data/v64.0/connect/cpq/configurator/actions/load-instancePOST /services/data/v64.0/connect/cpq/configurator/actions/get-instancePOST /services/data/v64.0/connect/cpq/configurator/actions/add-nodesPOST /services/data/v64.0/connect/cpq/configurator/actions/save-instance

Response body:

 

{  "errorCode": "FUNCTIONALITY_NOT_ENABLED",  "message": "[IHeadlessConfiguratorFamily]"}

(403 status, same error regardless of payload shape or whether the call carries a transactionContextId.) 

 

#Revenue Cloud  #Salesforce Revenue Cloud  #Lightning Product Setup Configurator  #CPQ  #Revenue Management System @* Salesforce Revenue Cloud *

0/9000

Hello Kugamon Trailblazers!

 

Another Quote to Cash v7.0.3 update is now available!

 

Here is a summary of the recent updates below:

  • Increase Line Group Name Width in Quote and Order Lightning Configurator [Edit Lines] Function
  • Update Line Group Name Character Limit Handling in Quote and Order Lightning Configurator [Edit Lines] Function
  • Increase Configuration Group Name Width in Lightning Product Setup Configurator [Manage Configuration] Function
  • Update Configuration Group Name Character Limit Handling in Lightning Product Setup Configurator [Manage Configuration] Function
  • Fix Namespace Issue in Quote and Order Lightning Configurator Favorite Group Function
  • Fix Issue of Not Presenting Friendly Error Message when Canceling Released Orders with Invoices Related to Multiple Orders 

Do you have a question? Do you want to upgrade to v7.0.3? Please leave us a comment below and we'll be happy to help you out.

 

Cheers,

Customer Success

0/9000