SSE Calling the Admin API End-point returning NULL for displayName
(Doc ID 2731052.1)
Last updated on DECEMBER 07, 2022
Applies to:
Oracle Commerce Cloud Service - Version N/A to N/AInformation in this document applies to any platform.
Goal
+------------------------------------------------------------------------------------------------------------------------------------------------------+
We are using listCatalogs(/ccadminui/v1/catalogs) endpoint with the following parameters in ccdebug to fetch catalog details:
{"limit":500,
"production":true,
"active":true,
"q":"displayName co \"ter\" or id co \"ter\""}
The response of above endpoint returns valid value for displayName property (not NULL).
When calling the same admin endpoint on agent console using SSE ,returns displayName as NULL, when we hit the following URL:
https://xxxxxxxdev-admin.occa.ocs.oraclecloud.com/ccstorex/custom/v1/getCatalog?limit=500&production=true&active=true&q=ter
+------------------------------------------------------------------------------------------------------------------------------------------------------+
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 |