Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Carrier tracking information for a package.

    interface CarrierTracking {
        carrierCode: string;
        trackingNumber?: string;
        trackingUrl?: string;
    }
    Index
    carrierCode: string

    Identifies the carrier who delivers the shipment to the recipient.

    trackingNumber?: string

    The tracking number, if provided, can be used to obtain tracking and delivery information.

    trackingUrl?: string

    Represents the tracking URL where package tracking information is shown.