Product relation
{ "PartNo": "string", "RelatedPartNo": "string", "RelationTypeCode": "string", "Cultures": [ { … } ], "IsActive": true, "IsRelatedVariantUnique": true, "IsVariantUnique": true, "SortOrder": 0 }
The Supplier Service has Entities and Operations to create and update supplier products and content in Norce [Storm].
Relation import settings.
Account which initiated the import. Learn about system accounts here.
Specifies which relation fields that should be created/updated.
(Use the integer instead of the name for the xml content type)
0 = ManufacturerPartNo
1 = SortOrderValue
2 = StockDisplayBreakPoint
1 = IsActive
2 = IsVariantUnique
3 = IsVariantUniqueCreateOnly (Value is only set if the entity is created by the import)
4 = IsRelatedVariantUnique
5 = IsRelatedVariantUniqueCreateOnly (Value is only set if the entity is created by the import)
6 = DefaultName
7 = DefaultSubHeader
8 = DefaultSubDescription
9 = DefaultDescriptionHeader
10 = DefaultDescription
11 = Cultures (required if you have RelationCultureFieldsThatAreSet values)
12 = SortOrder
Specifies which relation culture fields that should be created/updated.
Required settings: Culture (in RelationFieldsThatAreSet)
(Use the integer instead of the name for the xml content type)
1 = Name
2 = NameCreateOnly (Value is only set if the entity is created by the import)
3 = SubHeader
4 = SubDescription
5 = DescriptionHeader
6 = Description
7 = DescriptionCreateOnly (Value is only set if the entity is created by the import)
{ "AccountId": 0, "FullFile": true, "RelationFieldsThatAreSet": [ "IsActive" ], "RelationCultureFieldsThatAreSet": [ "Name" ] }