Interface SapDataHubInboundStockLevelHelper
-
- All Known Implementing Classes:
SapCpiOmsStockLevelPersistenceHook,SapOmsDataHubInboundStockLevelHelper
public interface SapDataHubInboundStockLevelHelperOMS data hub inbound helper for stock level change notifications
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessStockLevelNotification(java.lang.String stockLevelQuantity, Item stockLevelItem)After the stock replication from ERP, we have one of the following scenarios: 1.
-
-
-
Method Detail
-
processStockLevelNotification
void processStockLevelNotification(java.lang.String stockLevelQuantity, Item stockLevelItem)After the stock replication from ERP, we have one of the following scenarios: 1. Not shipped allocations + hybris ATP > ERP Stock Level -> Increase inventory event (-the difference) 2. Not shipped allocations + hybris ATP < ERP Stock Level -> Increase inventory event (the difference) 3. Not shipped allocations + hybris ATP = ERP Stock Level -> Do not do anything- Parameters:
stockLevelQuantity-stockLevelItem-
-
-