OrderItemSubstitutionDetails
If this item was substituted by another item / substitutes an item, this contains further information
substitutedBystring[]
List of item ids that this item has been replaced by
substitutedForstring[]
List of item ids that this item replaces
OrderItemSubstitutionDetails
{
"substitutedBy": [
"string"
],
"substitutedFor": [
"string"
]
}