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

    Interface DirectPurchaseResult

    The payload for the directPurchaseShipment operation.

    interface DirectPurchaseResult {
        packageDocumentDetailList?: PackageDocumentDetail[];
        shipmentId: string;
    }
    Index
    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.