ProductRelationship Data Type

Implemented Interfaces
Serializable
Properties
name data type description
type string
product Product

Example

{
  "type" : "...",
  "product" : {
    "productCharacteristic" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "relatedParty" : [ {
      "validFor" : { },
      "name" : "...",
      "href" : "...",
      "id" : "...",
      "role" : "..."
    }, {
      "validFor" : { },
      "name" : "...",
      "href" : "...",
      "id" : "...",
      "role" : "..."
    } ],
    "productRelationship" : [ {
      "type" : "...",
      "product" : { }
    }, {
      "type" : "...",
      "product" : { }
    } ],
    "href" : "...",
    "place" : {
      "id" : "...",
      "name" : "...",
      "href" : "...",
      "address" : { }
    },
    "id" : "..."
  }
}