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

    Package details. Includes packageItems, packageTimeSlot, and packageIdentifier.

    interface PackageDetails {
        packageIdentifier?: string;
        packageItems?: Item[];
        packageTimeSlot: TimeSlot;
    }
    Index

    Properties

    packageIdentifier?: string

    Optional seller-created identifier that is printed on the shipping label to help the seller identify the package.

    packageItems?: Item[]

    A list of items contained in the package.

    packageTimeSlot: TimeSlot