Interface SapDataHubInboundStockLevelHelper

All Known Implementing Classes:
SapCpiOmsStockLevelPersistenceHook, SapOmsDataHubInboundStockLevelHelper

public interface SapDataHubInboundStockLevelHelper
OMS data hub inbound helper for stock level change notifications
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processStockLevelNotification(String stockLevelQuantity, de.hybris.platform.jalo.Item stockLevelItem)
    After the stock replication from ERP, we have one of the following scenarios: 1.
  • Method Details

    • processStockLevelNotification

      void processStockLevelNotification(String stockLevelQuantity, de.hybris.platform.jalo.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 -