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

    Metadata for a ship label document.

    interface ShipLabelMetadata {
        carrierName: string;
        pickupWindow?: TimeWindow;
        shippingOptionId?: string;
        timeSlot?: TimeWindow;
        trackingId: string;
    }
    Index

    Properties

    carrierName: string

    The name of the carrier.

    pickupWindow?: TimeWindow
    shippingOptionId?: string

    The selected slot for the ship label.

    timeSlot?: TimeWindow
    trackingId: string

    The tracking number of the package.