shipNodeStatusChange event

This event gets published when a ship node's operational status - Active or Inactive changes using item node controls using manageInventoryNodeControls API.

Event schema

See the following shipNodeStatusChange event schema as an example:
[
{
  "specversion": "1.0",
  "type": "shipNodeStatusChange",
  "id": "shipNodeStatusChange-<timestamp>-<random>",
  "time": "ISO-8601 datetime",
  "datacontenttype": "application/json",
  "tenantid": "string",
  "data": {
    "shipNode": "string",
    "enterpriseCode": "string",
    "invOrganizationCode": "string",
    "status": "Active|Inactive"
  }
 }
]