Interface InventoryProvider

All Known Implementing Classes:
ExternalInventoryProvider

public interface InventoryProvider
Component to fetch Inventory to be collected for Product Data Feeds.
Author:
Kelly Tisdell (ktisdell)
  • Method Summary

    Modifier and Type
    Method
    Description
    readInventoryForSkus(Set<String> skus, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    Given a collection of SKUs, this returns Inventory totals available, by default, for shipping.
  • Method Details

    • readInventoryForSkus

      Map<String,Long> readInventoryForSkus(Set<String> skus, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Given a collection of SKUs, this returns Inventory totals available, by default, for shipping.
      Parameters:
      skus -
      contextInfo -
      Returns: