Developer forum

Forum » Integration » Import products from BC cloud

Import products from BC cloud

Søren Jakobsen
Reply

Hi Community,

we are integrating to a BC cloud solution where the customer has products in different languages - danish, norwegian, swedish. We are using the standard request to get product data: <GetEcomData><tables><Products type="all" setLanguage="DAN" /></tables></GetEcomData>. Result contains all danish products.

But how do we get products in other languages?

I have tried replacing DAN with NOR in the setLanguage parameter - but the result is the same: danish products. If I replace DAN with XX or YY we still get danish products returned. I have also tried to use the languages parameter with no result.

Do our BC partner need do do any further configuration on the BC side? Are we missing any mapping of tables etc. on the BC side?

Best regards

Søren


Replies

 
Nicolai Pedersen
Reply

Hi Søren

Can you show us the request you made with the languages parameter? You need something like this:

<Products type="all" setLanguage="DAN" languages="NOR,SWE"  />

https://doc.dynamicweb.com/documentation-9/integration/integration-framework-2/requests-responses#8262

 

You must be logged in to post in the forum