ProductAbstract loader

It loads given rows to the spy_product_abstract table. The Product.product_abstract.publish event is triggered.

Usage:

<product-abstract
    productAbstractIdField="productAbstractIdField"
    productAbstractSkuField="abstract_sku"
    productAbstractTaxSetIdField="taxSetId"
/>

Attributes:

  • productAbstractIdField - name of the field containing productAbstractId

  • productAbstractSkuField - name of the field containing the sku

  • productAbstractTaxSetIdField - name of the field containing taxSetId

  • productAttributesField - name of the field containing the attributes, which can be prepared with the attribute-fields-transformer

  • productNewFromField - name of the field containing the new_from date (optional)

  • productNewToField - name of the field containing the new_to date (optional)