Receiving Event
When a product is officially accepted at a new location, the event is recorded as a receiving event
. Receiving events are indicated by the type of Object
, the action OBSERVE
, and the business step of receiving
.
Below is an example of a receiving event whose master data is defined in the Wild-Caught Master Data article.
See Event Sources and Destinations to learn about different source list and destination values.
{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"xsi": "http://www.w3.org/2001/XMLSchema-instance/"
},
{
"sbdh": "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader/"
},
{
"gdst": "https://traceability-dialogue.org/epcis/"
}
],
"type": "EPCISDocument",
"creationDate": "2001-12-17T09:30:47.0000000+00:00",
"schemaVersion": "2.0",
"sender": "test",
"receiver": "test",
"instanceIdentifier": "9999",
"epcisBody": {
"type": "ObjectEvent",
"eventTime": "2023-01-27T18:00:00.0000000+00:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:4a3109c2-64b2-44d1-acf5-bb19002113c1",
"epcList": [],
"action": "OBSERVE",
"bizStep": "receiving",
"bizLocation": {
"id": "urn:gdst:traceability-solution.com:location:loc:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.47797660-9355-4f8c-8867- c98ee1e8b684"
},
"quantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft",
"quantity": 45860.0,
"uom": "KGM"
}
],
"sourceList": [
{
"type": "urn:epcglobal:cbv:sdt:owning_party",
"source": "urn:gdst:traceability-solution.com:location:loc:0048000.sdport"
},
{
"type": "urn:epcglobal:cbv:sdt:location",
"source": "urn:gdst:traceability-solution.com:location:loc:0048000.processor"
}
],
"destinationList": [
{
"type": "urn:epcglobal:cbv:sdt:owning_party",
"destination": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
},
{
"type": "urn:epcglobal:cbv:sdt:location",
"destination": "urn:gdst:traceability-solution.com:location:loc:0048000.processor"
}
],
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certtype:humanPolicy"
},
{
"gdst:certificationType": "urn:gdst:certtype:harvestcoc"
}
]
},
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
}
}