How To See The Current Value For a Custom siteSettting
(Doc ID 3033742.1)
Last updated on JULY 24, 2024
Applies to:
Oracle Commerce Cloud Service - Version NA and laterInformation in this document applies to any platform.
Goal
The GET /ccadmin/v1/sitesettings, allows you to configure custom settings for a site. However, when performing a GET /ccadmin/v1/sitesettings, only the defaultValue is shown for the settings. How can one see the actual value used by a site?
{ "enableSiteSpecific": false, "instances": {}, "displayName": "BOPIS Message Settings", "values": [ { "placeHolders": null, "noOfColumns": 1000, "helpText": "Package availability time for customer pick-up in hours. (Example: 2)", "defaultValue": "2", "minLength": 0, "addMoreRowsResourceId": null, "label": "Package availability time", "type": "text", "required": true, "dataKey": null, "displayOnInstances": null, "repositoryId": "000000", "name": "estimatedDeadline", "maxLengths": null, "options": [], "regexText": null, "displayAsCheckboxes": false, "maxLength": 1000 },
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |