The payload for the directPurchaseShipment operation.

DirectPurchaseResult

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

Properties

packageDocumentDetailList?: PackageDocumentDetail[]

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

DirectPurchaseResult

shipmentId: string

The unique shipment identifier provided by a shipping service.

DirectPurchaseResult