Represents an update to the status of a shipment.

ShipmentStatusUpdate

interface ShipmentStatusUpdate {
    purchaseOrderNumber: string;
    sellingParty: PartyIdentification;
    shipFromParty: PartyIdentification;
    statusUpdateDetails: StatusUpdateDetails;
}

Properties

purchaseOrderNumber: string

Purchase order number of the shipment for which to update the shipment status.

ShipmentStatusUpdate

sellingParty: PartyIdentification

ShipmentStatusUpdate

shipFromParty: PartyIdentification

ShipmentStatusUpdate

statusUpdateDetails: StatusUpdateDetails

ShipmentStatusUpdate