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

    Specifies the tracking identifier used to filter your subscription notifications. Provide exactly one identifier field. Providing multiple identifier fields in a single request is not supported.

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

    Air Cargo Shipment Identification Number.

    aftn?: string

    Amazon Fulfillment Tracking Number.

    containerNumber?: string

    Container number provided by the Logistics Service Provider.

    houseBillOfLadingNumber?: string

    House Bill of Lading number.

    id?: string

    Amazon unique tracking identifier.