Hi, we have products in BC with different sales prices depending on the amount ordered
I get the same results with both Quantity=1 and Quantity=100 in the request below, which should be different prices
We are using Dynamicweb plugin-unit 1.2.0.12.
<GetEcomData ExternalUserId="C00046" AccessUserCustomerNumber="C00018">
<tables>
<Products type="filter">
<Product>
<ProductId>2130936</ProductId>
<ProductVariantId />
<ProductNumber>2130936</ProductNumber>
<ProductIdentifier></ProductIdentifier>
<CurrencyCode>SEK</CurrencyCode>
<Quantity>1</Quantity>
</Product>
</Products>
</tables>
</GetEcomData>