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

    A tracking event.

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

    Properties

    eventCode: EventCode
    eventTime: string

    The ISO 8601 formatted timestamp of the event.

    location?: Location
    shipmentType?: ShipmentType