Selling Partner API SDK for JavaScript
    Preparing search index...

    Represents an update to the status of a shipment.

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

    Properties

    purchaseOrderNumber: string

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

    sellingParty: PartyIdentification
    shipFromParty: PartyIdentification
    statusUpdateDetails: StatusUpdateDetails