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

    A tracking event.

    interface Event {
        eventCode: EventCode;
        eventTime: string;
        location?: Location;
        shipmentType?: ShipmentType;
    }
    Index
    eventCode: EventCode
    eventTime: string

    The ISO 8601 formatted timestamp of the event.

    location?: Location
    shipmentType?: ShipmentType