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

    The post-purchase details of a package that will be shipped using a shipping service.

    interface PackageDocumentDetail {
        packageClientReferenceId: string;
        packageDocuments: PackageDocument[];
        trackingId?: string;
    }
    Index

    Properties

    packageClientReferenceId: string

    A client provided unique identifier for a package being shipped. This value should be saved by the client to pass as a parameter to the getShipmentDocuments operation.

    packageDocuments: PackageDocument[]

    A list of documents related to a package.

    trackingId?: string

    The carrier generated identifier for a package in a purchased shipment.