shipmentModified event
shipmentModified event. The same event is raised for shipment status change as
well.
The modified shipment lines are modeled as individual events and published along with the
shipmentModified event. To receive the full shipment data, the following event must
also be subscribed along with the shipmentModified event. The accompanying event is
described as follows:
shipmentLine event
This event is published along with the shipmentModified event for all the
shipment lines of the shipment.
Event schema
Consider an example when an Order with two lines with orderedQuantity of 5 each
is created. This event will be a batch event that contains two batches, one each for each of the
shipment lines. Each batch will contain a shipmentLine event along with its
corresponding shipmentModified event.
Refer to shipmentModified Schema for event data in JSON format.