on 2018 Feb 15 11:45 AM - last edited on 2024 Feb 04 4:25 AM by postmig_api_4
Hi guys,
I extended the Product item type and created ClientProduct. When i Publish in data hub the product row get created as Product item instead of ClientProduct.
<item>
<exportCode>ClientProduct</exportCode>
<type>ClientProduct</type>
<updatable>true</updatable>
<canonicalItemSource>CanonicalProduct</canonicalItemSource>
</item>
<item>
<exportCode>Product</exportCode>
<type>Product</type>
<updatable>true</updatable>
<canonicalItemSource>CanonicalProduct</canonicalItemSource>
<dependencies>
<dependency>ClientProduct</dependency>
</dependencies>
</item>
Request clarification before answering.
Yes when you extend it updates the parent .What you can try is creating a separate canonical for your clientProduct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.