| name | data type | description |
|---|---|---|
| product | Product | |
| type | string |
Example
{
"product" : {
"productRelationship" : [ {
"product" : { },
"type" : "..."
}, {
"product" : { },
"type" : "..."
} ],
"href" : "...",
"relatedParty" : [ {
"name" : "...",
"role" : "...",
"id" : "...",
"href" : "...",
"validFor" : { }
}, {
"name" : "...",
"role" : "...",
"id" : "...",
"href" : "...",
"validFor" : { }
} ],
"productCharacteristic" : [ {
"value" : "...",
"name" : "..."
}, {
"value" : "...",
"name" : "..."
} ],
"id" : "...",
"place" : {
"address" : { },
"href" : "...",
"name" : "...",
"id" : "..."
}
},
"type" : "..."
}