Skip to content

Commit

Permalink
feat: consignee on packing list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nis Jespersen committed Sep 15, 2023
1 parent 1c93c45 commit 00f7b3a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/openapi/components/schemas/common/PackingList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ properties:
$linkedData:
term: buyer
'@id': https://vocabulary.uncefact.org/buyerParty
consignee:
title: Consignee
description: A consignee party for the consignment.
$ref: ./Organization.yml
$linkedData:
term: consignee
'@id': >-
https://vocabulary.uncefact.org/consigneeParty
shipFromParty:
title: Ship From Party
description: The party from whom goods will be or have been originally shipped. Also refered to as Original Despatch Party
Expand Down Expand Up @@ -207,7 +215,7 @@ example: |-
}
}
},
"shipToParty": {
"consignee": {
"type": ["Organization"],
"name": "By ACRE",
"location": {
Expand Down

0 comments on commit 00f7b3a

Please sign in to comment.