I have problems importing customer specific sales prices using Dynamicweb connector
I am using to following request where the AccessUserCustomerNumber is the actual customer number.
I only get the Unit price, not the price from Prices & Discounts, Sales Prices for the specific customer. What am I doing wrong? We are using version 1.2.0.10 of the Dynamicweb Plug-In Unit.
<GetEcomData AccessUserCustomerNumber="C00018">
<tables>
<Products type="filter" unitPrices="true">
<Product>
<ProductId>2130293</ProductId>
<ProductVariantId></ProductVariantId>
<ProductNumber></ProductNumber>
<ProductIdentifier></ProductIdentifier>
<CurrencyCode>SEK</CurrencyCode>
<Quantity>1</Quantity>
</Product>
</Products>
</tables>
</GetEcomData>