function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AndrewTaylorAndrewTaylor 

Steelbrick API - Auto add product options?

I'm looking into the Steelbrick CPQ solution in Salesforce, and trying to determine if there's a way to auto-add product options to a quote through the API (i.e. avoid querying the object & records, and call an API method).

For example, if I have product A, with Product B, C and D setup to be required options, is there a way in the API to add Product A to a Quote, and have B, C, and D auto added w/o having to do additional queries on the data model?