Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

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>