MerchIntegrations/services/items/update Failing Due To Missing Field AIP_CASE_TYPE
(Doc ID 3016657.1)
Last updated on APRIL 15, 2024
Applies to:
Oracle Retail Merchandising Foundation Cloud Service - Version 23.1 to 24.0 [Release 23.1 to 24.0]Information in this document applies to any platform.
Symptoms
Trying to update an item through the MFCS ReST service MerchIntegrations/services/items/update the following error occurs:
"Field must be entered.Field: AIP_CASE_TYPE, ITEM: 20240304003 returned by program unit CORESVC_ITEM.PROCESS_IM".
Steps to Reproduce:
-------------------
1 - Choose an orderable and non-pack item.
2 - Ensure that the system option AIP_IND = Y
3 - Try to send a modification through the service MerchIntegrations/services/items/update
e.g.:
{
"collectionSize": 1,
"items": [
{
"item": "XXXXXXXXXXXX",
"status": "A",
"itemDescription": "XXXXXXXXXXXX",
"shortDescription": "XXXXXXXXXXXX",
"storeOrderMultiple": "E"
}
]
}
4. Get the following error:
# Response:
{
"status": "ERROR",
"message": "Field must be entered.Field: AIP_CASE_TYPE, ITEM: XXXXXXXXXXXX returned by program unit CORESVC_ITEM.PROCESS_IM."
}
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 |