[
{
"name": "collect_note",
"existsIf": "documents.collect_note",
"entityType": "order"
},
{
"name": "shipment",
"existsIf": "shipment.document_id",
"entityType": "parcel"
},
{
"name": "dispatch_note",
"existsIf": "documents.dispatch_note",
"entityType": "parcel"
},
{
"name": "return_note",
"existsIf": "documents.return_note",
"entityType": "return_parcel"
},
{
"name": "manifest",
"existsIf": "documents.manifest",
"entityType": "parcel"
}
] |