The request schema for the submitShipmentStatusUpdates operation.

SubmitShipmentStatusUpdatesRequest

interface SubmitShipmentStatusUpdatesRequest {
    shipmentStatusUpdates?: ShipmentStatusUpdate[];
}

Properties

shipmentStatusUpdates?: ShipmentStatusUpdate[]

Contains a list of one or more ShipmentStatusUpdate objects, each representing an update to the status of a specific shipment.

SubmitShipmentStatusUpdatesRequest