Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface SubmitShipmentConfirmationsRequest

    The request schema for the SubmitShipmentConfirmations operation.

    interface SubmitShipmentConfirmationsRequest {
        shipmentConfirmations?: ShipmentConfirmation[];
    }
    Index
    shipmentConfirmations?: ShipmentConfirmation[]

    A list of one or more shipment confirmations.