Rest API Is Not Returning The Data
(Doc ID 2999609.1)
Last updated on FEBRUARY 09, 2024
Applies to:
Oracle Retail Merchandising Foundation Cloud Service - Version 23.1 and laterInformation in this document applies to any platform.
Goal
On : 23.1 version,
Rest API is not returning the Data when fetching the data using the following:
MerchIntegrations/services/foundation/omnichannel/location/retailstore?nodelevel=STORE&nodeid=1000232&limit=1000&since=1970-01-01T00:00:00.001Z&before=2023-11-21T08:25:40.885Z
Getting the following response:
{
"items": [],
"hasMore": false,
"limit": 1000,
"count": 0,
"links": [
{
"rel": "self"
}
]
}.
However, you can find the data in the rds_wv_store_table for the store.
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 |
References |