Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    shipmentStatusUpdates?: ShipmentStatusUpdate[]

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