Product Category Associations
Product Category Associations
A Product Category Association, associates the product with different catalogs, which allows the product to exist in more than one category.
Sample XML: Product Category Association
<productcategoryassociations>
<product code="10030077">
<catalog code="SNAPITUPUK">
<category code="90000003">
<default>true</default>
<featuredorder>0</featuredorder>
</category>
</catalog>
<catalog code="SNAPITUP">
<category code="90000003">
<default>true</default>
<featuredorder>0</featuredorder>
</category>
</catalog>
<catalog code="SNAPITUPUS">
<category code="90000003">
<default>true</default>
<featuredorder>0</featuredorder>
</category>
</catalog>
</product>
...
</productcategoryassociations>

