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

    Represents the request payload for submitting updates to the status of shipments, containing an array of one or more ShipmentStatusUpdate objects.

    interface SubmitShipmentStatusUpdatesRequest {
        shipmentStatusUpdates?: ShipmentStatusUpdate[];
    }
    Index

    Properties

    shipmentStatusUpdates?: ShipmentStatusUpdate[]

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