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

    The payload for the directPurchaseShipment operation.

    interface DirectPurchaseResult {
        packageDocumentDetailList?: PackageDocumentDetail[];
        shipmentId: string;
    }
    Index

    Properties

    packageDocumentDetailList?: PackageDocumentDetail[]

    A list of post-purchase details about a package that will be shipped using a shipping service.

    shipmentId: string

    The unique shipment identifier provided by a shipping service.