Feasibility Exclude HTS And Expense Entities From Get Item Details Outbound API Response
(Doc ID 3075202.1)
Last updated on MARCH 04, 2025
Applies to:
Oracle Retail Merchandising Foundation Cloud Service - Version NA and laterInformation in this document applies to any platform.
Goal
The Get Item Details outbound API can be used by external applications to get all or selected items and its details from Merchandising.
If we pass since and before parameters as input, we can get all the records which are create/updated during that interval of time.
rest API: /MerchIntegrations/services/foundation/item?since={since}&before={before}
Below are the Item and item entities which are returned in the JSON response. If there is change in any of the below entities, the item is extracted in the detail record when we hit the API with since and before parameter.
Reponse:
Item
customFlexAttribute
itemTranslation
itemSupplier
itemSupplierCountry
itemSupplierCountryOfManufacture
ItemSupplierCountryDimension
ItemSupplierUom
itemImage
itemSeason
referenceItem
itemUDA
udaLOV
udaFreeform
udaDate
itemBOM
itemTicket
relatedItem
relatedItem (details)
hts
hts (assessments)
expense
Expectation: We do not want MFCS to publish item change records when only item expense and item HTS data is being added, changed, or deleted from the Rest API.
RIB does not publish Item data when expenses are changed .Also item expenses is not part of RIB outbound. So, we are expecting the same functionality for the MERCH API as well.
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 |