Manage CPQ contracted prices (SBQQ__ContractedPrice__c) via REST API

domain: Salesforce CPQ · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. SBQQ__ContractedPrice__c records represent special negotiated prices for a specific account and product, applied automatically when that account's quotes are calculated.
  2. Create a contracted price: POST /services/data/{apiVersion}/sobjects/SBQQ__ContractedPrice__c with fields including SBQQ__Account__c (lookup to Account), SBQQ__Product__c (lookup to Product2), SBQQ__Price__c (the negotiated unit price), and optionally SBQQ__StartDate__c and SBQQ__EndDate__c.
  3. Query existing contracted prices for an account: GET /services/data/{apiVersion}/query?q=SELECT+Id,SBQQ__Product__c,SBQQ__Price__c+FROM+SBQQ__ContractedPrice__c+WHERE+SBQQ__Account__c='{accountId}'.
  4. Update a contracted price: PATCH /services/data/{apiVersion}/sobjects/SBQQ__ContractedPrice__c/{id} with the updated price fields.
  5. To deactivate a contracted price, either delete the record or set an end date in the past; CPQ will stop applying it to new quotes for that account.
  6. Test by running a new quote for the account and product combination and verifying the contracted price is applied during QuoteCalculator execution.

Known gotchas

Related routes

Configure CPQ price rules (SBQQ__PriceRule__c) with conditions and actions
Salesforce CPQ · 6 steps · unrated
Understand and query the CPQ quote and quote line object model via SOQL and REST
Salesforce CPQ · 6 steps · unrated
Manage deals via the Freshsales (Freshworks CRM) REST API
developers.freshworks.com · 5 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans