Guided Selection
Output representation of the details of a guided selection.
- JSON example
-
{ "apiStatus": { "messages": [], "statusCode": "FETCHED_DETAILS_SUCCESSFULLY" }, "correlationId": "corrId", "cursor": "MTAwMDAwMDAwNg==", "searchTerms": [ { "term": "IPhone" }, { "term": "4GB" }, { "term": "64GB" } ], "result": [ { "additionalFields": { "CustomField1__c": "TextValue", "CustomField2__c": "10", "StandardField1": "false" }, "description": "IPhone-13", "id": "01txx0000006kYwAAI", "name": "Sample product 1", "prices": [ { "price": 150, "priceBookEntryId": "12Axx0000004DF7EAM", "priceBookId": "01sxx0000005puLAAQ", "pricingModel": { "frequency": "Monthly", "id": "12Bxx000000CiCDEA0", "name": "IPhone-13", "occurrence": 6, "pricingModelType": "Recurring" } }, { "price": 400, "priceBookEntryId": "12Axx0000004DGjEAM", "priceBookId": "01sxx0000005puLAAQ", "pricingModel": { "id": "12Bxx000000CiCCEA0", "name": "IPhone-13", "pricingModelType": "OneTime" } } ], "qualificationContext": { "isQualified": true } } ] }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
searchTerms | Guided Selection Search Term[] | Search terms for the guided selection. | Small, 62.0 | 62.0 |