cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Individual Product Sync is not working with new attributes

Former Member
0 Kudos
2,087

Hi Experts,

I created the one to many relation on the Product(Catalog aware item) with New item(Catalog aware item) type.

So when i am synchronizing individual product , the new item type values are not syncing to the online product.but if the the new item having the online entries then only syncing new item online entries to the online product otherwise the new items are not syncing to online .So, these entries are not syncing to the Online product.

Could please help any one how to resolve this issue

View Entire Topic
vinay_malempati
Active Participant
0 Kudos

Hi Jagdish,

First thing is you need to have the custom type in root types of sync job and it is should be included in sync . PFB the impex

 #Adding of roottypes - if not already added 
 INSERT_UPDATE CatalogVersionSyncJob; code[unique = true]; rootTypes(code)[mode = append]
 ; sync ProductCatalog:Staged->Online ; CustomType
 
     
 #Product model  properties for sync from staged to online
 INSERT_UPDATE SyncAttributeDescriptorConfig;syncJob($sourceProductCV, $targetProductCV)[unique=true];attributeDescriptor(enclosingType(code), qualifier)[unique=true];includedInSync;copyByValue
 ;;Product:attributeQualifierForCustomType;true;true