Developer forum

Forum » Integration » Importing sales prices and discounts from NAV

Importing sales prices and discounts from NAV

Ricardo Pereira
Reply

Hi,

We want to import Sales Prices and Discounts from NAV.
What is the best approach to import them all into DW?

I found this on the documentation (https://doc.dynamicweb.com/documentation-9/integration/integration-framework-old-structure/requests-responses#sideNavTitle1-2-10):
<GetEcomData><tables><ProductPrices type="all" salesType="Customer" salesCode="30000" setLanguage="NOR" setCurrency="NOK"/></tables></GetEcomData>
Is there a way to import every prices at the same time without specifying the salesCode?
And how we can import discounts?

BR, 
Ricardo P.

 


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Ricardo,
that is not implemented, so you can not import all available specific prices for all customers, but maybe that is not even needed. You can use
the Live integration functionality for that purpose. So once your customer is logged in the Live integration will receive the lowest prices for the
products per that customer. Or you can implement your own logic for the live integration calls using its extensibility points.
Also you can implement your own request processing in BC. See some explanation here:
https://doc.dynamicweb.com/forum/integration/integration/getting-the-pricegroup-prices

BR, Dmitrij

 

You must be logged in to post in the forum