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

    The identifier to track a shipment.

    interface TrackingIdentifier {
        acsin?: string;
        aftn?: string;
        carrierTracking?: CarrierTracking;
        containerNumber?: string;
        houseBillOfLadingNumber?: string;
        id?: string;
    }
    Index
    acsin?: string

    The Air Cargo Shipment Identification Number.

    aftn?: string

    The Amazon Fulfillment Tracking Number.

    carrierTracking?: CarrierTracking
    containerNumber?: string

    The container number provided by the Logistics Service Provider.

    houseBillOfLadingNumber?: string

    The House Bill of Lading (HBL) number.

    id?: string

    A unique identifier generated by Amazon for the shipment tracking request.