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
Tim Johnson-ReynoldsTim Johnson-Reynolds 

Salesforce CPQ QuoteAPI - How to create a group

Hi 

I am very new to APEX development however I have been exploring using the CPQ APIs as documented here:
https://developer.salesforce.com/docs/atlas.en-us.cpq_dev_api.meta/cpq_dev_api/cpq_api_get_started.htm

I have had some great success in leveraging these to add products to an existing quote. What I would like to do now is add a group to the quote and then use the group key when adding the products so the products are in turn added to this new group. I have searched the salesforce forums, looked for knowledge articles and explored google and can't find even the first clue as regards to how to do this. I have not found any way to even see what gloval methods I can access in the QuoteAPI to even do a bit of trial and error myself.

Does anyone have any input that can help put me in the right direction?

Thanks

Tim