Our ERP people are trying to manipulate responses from Live Integration prices. So extra data can be send back.
This is the call I am refering too:
<GetEcomData ExternalUserId="x" AccessUserCustomerNumber="x" VatCountryCode="x" VatPostingGroup="">
<tables>
<Products type="filter" unitPrices="true">
<Product>
<ProductId>x</ProductId>
<ProductVariantId></ProductVariantId>
<ProductNumber>x</ProductNumber>
<ProductUnitId></ProductUnitId>
<ProductIdentifier>x..x</ProductIdentifier>
<CurrencyCode>x</CurrencyCode>
<Quantity>x</Quantity>
</Product>
</Products>
</tables>
</GetEcomData>
What event do they need to hook into?
DynamicwebProductsPublisher – OnAddProductXmlNode have been tried without luck they say.
What event would they need to hook into to return more data back to me with this?
The flowchart is here, we cant seem to figure out which one.
https://doc.dynamicweb.dk/Files/Images/ExtensibilityEventsCharts/AllExtensibilityEvents.svg
Any hints?