Package details. Includes packageItems, packageTimeSlot, and packageIdentifier.

PackageDetails

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

Properties

packageIdentifier?: string

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

PackageDetails

packageItems?: Item[]

A list of items contained in the package.

PackageDetails

packageTimeSlot: TimeSlot

PackageDetails