Selling Partner API SDK for JavaScript
    Preparing search index...

    The payload for the purchaseShipment operation.

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

    Properties

    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.