Hello everybody, I need help with the following, I have to customize the variant field in the integration of the EcomProductCategoryFieldValue table, look in AllExtensibilityEvents.svg, but I could not find any event where I can configure the nodes for this segment of the xml.
I am using this request:
<GetEcomData><tables><Products type="all" setLanguage="ESM" languages="ESM,ENU" importProductProperties="true"/></tables></GetEcomData>
I retrieve this item table, which is where I need to customize one of the fields:
<table tableName="EcomProductCategoryFieldValue">
<item table="EcomProductCategoryFieldValue">
<column columnName="FieldValueFieldId"><![CDATA[ImportedNAVItemAttributes_1]]></column>
<column columnName="FieldValueFieldCategoryId"><![CDATA[ImportedNAVItemAttributes]]></column>
<column columnName="FieldValueProductId"><![CDATA[ACE40003/X]]></column>
<column columnName="FieldValueProductVariantId"><![CDATA[]]></column>
<column columnName="FieldValueProductLanguageId"><![CDATA[ESM]]></column>
<column columnName="FieldValueValue"><![CDATA[35]]></column>
</item>
I would greatly appreciate anyone who can give me a hand on this issue.
BR. John Villamar.