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

    Interface GetShipmentDocumentsResult

    The payload for the getShipmentDocuments operation.

    interface GetShipmentDocumentsResult {
        benefits?: Benefits;
        packageDocumentDetail: PackageDocumentDetail;
        shipmentId: string;
    }
    Index

    Properties

    benefits?: Benefits
    packageDocumentDetail: PackageDocumentDetail
    shipmentId: string

    The unique shipment identifier provided by a shipping service.