Duplicate Values In MERCHAPI Item Json For ITEMBOM Array
(Doc ID 3040547.1)
Last updated on AUGUST 09, 2024
Applies to:
Oracle Retail Merchandising Foundation Cloud Service - Version 24.0 to 24.0 [Release 24.0]Information in this document applies to any platform.
Symptoms
Users are observing a discrepancy between the 'RDS_WV_PACKITEM' and the MFCS payload. In the ‘RDS_WV_PACKITEM’ there is a single record for the item: XXX .However, in the MFCS payload ,users are receiving duplicate records for this item in the ITEM_BOM section.
Run MERCHAPI for item XXX: https://HOSTNAME/MerchIntegrations/services/foundation/item
We can see two records for same item under ITEM BOM array.
"itemBOM": [
{
"componentItem": YYY,
"packQuantity": 10
},
{
"componentItem": YYY,
"packQuantity": 10
}
]
This issue is happening when pack is having another pack as an component
Changes
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 |
Changes |
Cause |
Solution |
References |