ShipNodeSync event

To receive the complete ship node data, the following event must also be subscribed along with the shipNodeSync event.

The accompanying event is described as follows:

shipNodeCalendar event

This event is published with the shipNodeSync event for each ship node. Each shipNodeCalendar event contains the shipping calendar information per shift for each effective period. A shift could be a regular calendar shift or an exception shift for a given exception date.

Event schema

This event is a batch event where each batch contains the shipNodeSync event and the shipNodeCalendar event for each ship node. For example, consider a scenario with two ship nodes and one shipping calendar per ship node. The calendar for each ship node has one effective period with two shifts each. Each calendar shift has one exception date on which the ship node does not work for that weekday. When the Data Publish agent runs for node data, it will publish two batches of events. The batch event for one ship node will contain one shipNodeSync event and four shipNodeCalendar events with two shifts and one exception date per shift.

Refer shipNodeSync Schema for event data in JSON format.