For a residential B2C scenario in Communications Cloud, Salesforce recommends a short, direct sales flow that minimizes CRM steps like Leads and Opportunities. In B2C, the objective is usually to let customers (or agents on behalf of customers) configure, price, and purchase in as few steps as possible, often closing within a single interaction or within a very short time window—well within UC’s three-day target.
Communications Cloud provides a pattern where CPQ actions are performed directly on the Order object for B2C/B2B2C flows, especially when:
The sales cycle is short.
There is no need for complex pipeline management.
The customer is buying directly (web, community, call center).
Option C reflects this: a Custom Buyflow (OmniScript) is used as the guided selling UI, invoked in a way that works for agents and authenticated community users, and it operates directly on the Order as the commercial transaction record. CPQ logic (cart, pricing, validation, promotions) is executed on the Order, which aligns with standard B2C digital commerce patterns in Communications Cloud.
Option A and B introduce a heavier Lead → Opportunity → Quote → Order process, which is more appropriate for complex B2B sales and contradicts the “short sales process” requirement. Option D still centers the process on a Quote, which is typically used where negotiation or longer cycles are expected. For UC’s fast B2C use case with direct or assisted buying, Order-centric CPQ via a Buyflow (OmniScript) is the recommended approach, making C the correct choice.