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

    Interface PurchaseShipmentResult

    The payload for the purchaseShipment operation.

    interface PurchaseShipmentResult {
        benefits?: Benefits;
        packageDocumentDetails: PackageDocumentDetail[];
        promise: Promise;
        shipmentId: string;
    }
    Index
    benefits?: Benefits
    packageDocumentDetails: PackageDocumentDetail[]

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

    promise: Promise
    shipmentId: string

    The unique shipment identifier provided by a shipping service.