Data Feed Data Models
The new tables introduced are intended to manage data feeds, the fields to be included in data feeds, and the mapping of BLC categories to data feed-specific categories.
Tables
Table | Related Entity | Description |
---|---|---|
BLC_DATA_FEED |
DataFeed | A data feed |
BLC_DATA_FEED_CATEGORY_MAPPING |
CategoryMapping | A mapping between a blcCategory and a data feed-specific category |
BLC_DATA_FEED_FIELD |
DataFeedField | A field to be put in the data feed per SKU |
BLC_CATEGORY_DATA_FEED_VALUE |
CategoryDataFeedValueImpl | A mapping for a data feed field that needs to be mapped to a category mapping |
BLC_STATIC_DATA_FEED_VALUE |
StaticDataFeedValueImpl | A static value for a data feed field that is always the same value |
BLC_SUBSTITUTED_DATA_FEED_VALUE |
SubstitutedDataFeedValueImpl | A pattern matcher for a data feed field that needs to be changed |
BLC_AVAILABILITY_DATA_FEED_VALUE |
AvailabilityDataFeedValueImpl | A way of indicating that a given data feed field is an availability value, so it can check if a SKU is in stock |