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

    Interface ConfirmShipmentRequest

    The request schema for an shipment confirmation.

    interface ConfirmShipmentRequest {
        codCollectionMethod?: "DirectPayment";
        marketplaceId: string;
        packageDetail: PackageDetail;
    }
    Index

    Properties

    codCollectionMethod?: "DirectPayment"

    The COD collection method (only supported in the JP marketplace).

    marketplaceId: string

    The unobfuscated marketplace identifier.

    packageDetail: PackageDetail