Pricing Inquiry Rest API Returns Empty Response Even Though Data Is Available
(Doc ID 3017449.1)
Last updated on APRIL 18, 2024
Applies to:
Oracle Retail Pricing Cloud Service - Version 24.0 to 24.0 [Release 24.0]Information in this document applies to any platform.
Symptoms
While calling the price inquiry rest service call shows empty response.
Request API for price inquiry :
{
"itemLocations": [
{
"item": "ABCDEFGHI",
"location": AAAA
}
],
"date": "2024-01-11",
"pageNumber": 1,
"pageSize": 10,
"sortOrder": "desc"
}
API Response:
==========
{
"links": [],
"itemLocationPrices": [],
"hyperMediaContent": {
"linkRDO": []
}
}
Cause
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
Symptoms |
Cause |
Solution |
References |