Idinteger(int32)This is the type internal id for the relation typeCodestringThis is the type external code for the relation typeNamestringThis is the name of the relation typeDescriptionstringThis is the description of the relation typeRelationsMetadataArray of objects(RelationMetadataItem)(RelationMetadataItem)Indicates if the related items are product or variant specific+Show 3 array propertiesRelationsobject(ProductItemPagedList)(ProductItemPagedList)+Show 2 propertiesVariantRelationsArray of objects(VariantRelations)(VariantRelations)This is a list of variant relations.+Show 3 array properties{ "Id": 0, "Code": "string", "Name": "string", "Description": "string", "RelationsMetadata": [ { … } ], "Relations": { "ItemCount": 0, "Items": [ … ] }, "VariantRelations": [ { … } ] }
PromotionIdinteger(int32)This is the promotion internal id for which the Products are listed.EffectIdinteger(int32)This is the effect internal id for which the Products are listed.ItemsArray of objects(ProductItem)(ProductItem)This is the list of Products associated with the promotion and effect.+Show 54 array properties{ "PromotionId": 0, "EffectId": 0, "Items": [ { … } ] }
Idinteger(int32)This is the Storm internal product id.PartNostringThis is the part number if variants are specifiedIsVariantSpecificbooleanTrue if relation is to specific variants.{ "Id": 0, "PartNo": "string", "IsVariantSpecific": true }