Interface CartItemProductMappingProvider

All Known Implementing Classes:
ExternalCartItemProductMappingProvider

public interface CartItemProductMappingProvider
Provider for interfacing with operations around a Catalog related entities. Typically utilizes WebClient to make requests to an external REST API.
Author:
Chad Harchar (charchar)
  • Method Details

    • retrieveCartItemProductMappings

      List<CartItemMappingProperties.FieldMapping> retrieveCartItemProductMappings(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Retrieve a list of cart item to product mappings
      Parameters:
      contextInfo - Context information around sandbox and multitenant state.
      Returns:
      The list of FieldMapping