Developer forum

Forum » Ecommerce - Standard features » Import products to more than one produt group

Import products to more than one produt group

Jens Jakob Kristensen
Reply
Hi, this may be a simple question and it may have been addressed in other threads, but I couldn't find any in the forum?

DW version: 19.2.7.9

QUESTION: Is it possible to import products via XML to destination group as well as several other product groups?

I tried inserting group ID in the XML as seen below, while choosing another product group as destination when importing.

<
ProductGroups>
   <GroupID>GROUP5</GroupID>
</ProductGroups>

The goal is to import the products in the destination folder as well as the group(s) identified in <GroupID>.

Is it possible? What am I missing?

Thank you in advance


Replies

 
Vladimir
Reply
Hi Jens!
Yes, it is possible, to choose destination group(s) via XML:
1) As you wrote, your XML file should contain:
...
<Products>
<Product>
   ...
   <ProductGroups>
      <GroupID>GROUP1</GroupID>
      <GroupID>GROUP2</GroupID>
      <GroupID>GROUP3</GroupID>     
    </ProductGroups>
...
2) Group field in Product destination settings should be empty

Best regards,
Vladimir

 

You must be logged in to post in the forum