Interface ShippingApiModelV2DirectPurchaseResult

The payload for the directPurchaseShipment operation.

DirectPurchaseResult

interface ShippingApiModelV2DirectPurchaseResult {
    packageDocumentDetailList?: ShippingApiModelV2PackageDocumentDetail[];
    shipmentId: string;
}

Properties

packageDocumentDetailList?: ShippingApiModelV2PackageDocumentDetail[]

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

MMNEPVFCICPMFPCPTTAAATR