Interface ShippingApiModelV2PurchaseShipmentResult

The payload for the purchaseShipment operation.

PurchaseShipmentResult

interface ShippingApiModelV2PurchaseShipmentResult {
    packageDocumentDetails: ShippingApiModelV2PackageDocumentDetail[];
    promise: ShippingApiModelV2ModelPromise;
    shipmentId: string;
}

Properties

packageDocumentDetails: ShippingApiModelV2PackageDocumentDetail[]

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

PurchaseShipmentResult

PurchaseShipmentResult

shipmentId: string

The unique shipment identifier provided by a shipping service.

PurchaseShipmentResult

MMNEPVFCICPMFPCPTTAAATR