Seafood Module Decommission Event
Decommission events capture the removal of seafood products from a supply chain. These events typically occur when a product is destroyed, disposed, or arrives at the final point of sale. The seafood decommission event records the removal seafood products.
Event Profile
Seafood decommission events are identified by the following event characteristics.
KDE | Value |
type | ObjectEvent |
action | DELETE |
bizStep | destroying |
A seafood decommission event must have at least one product with a
productClassification of seafood.KDE Requirements
The following KDEs are required on the root of a seafood decommissioning event, in addition to the Core requirements.
| KDE | Description | Example Value |
|---|---|---|
| readPoint | A readPoint object with an id property equal to a geo formatted coordinate pair |
geo:37.860236,-123.144697 |
| productOwner | A URN formatted PGLN or GDST party identifier | urn:epc:id:sgln:08600031303.0.0, urn:gdst:example.org:party:example_prefix.0 |
| informationProvider | A URN formatted PGLN or GDST party identifier | urn:epc:id:sgln:08600031303.0.0, urn:gdst:example.org:party:example_prefix.0 |
Full JSON Example
{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"gdst": "https://traceability-dialogue.org/epcis"
}
],
"type": "ObjectEvent",
"eventTime": "2026-04-19T10:58:39.4957023+00:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:e90fa643-5598-4df5-a3cc-fa32652117cf",
"epcList": [],
"action": "DELETE",
"bizStep": "destroying",
"readPoint": {
"id": "geo:37.7749,-122.4194"
},
"bizLocation": {
"id": "urn:gdst:example.org:location:loc:solution.processorplant"
},
"quantityList": [
{
"epcClass": "urn:gdst:example.org:product:lot:class:solution.wildfish.lot2",
"quantity": 10, "uom": "KGM"
}
],
"gdst:productOwner": "urn:gdst:example.org:party:solution.processor",
"cbvmda:informationProvider": "urn:gdst:example.org:party:solution.processor"
}