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

    An event of a shipment

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

    Properties

    eventCode: string

    The event code of a shipment, such as Departed, Received, and ReadyForReceive.

    eventTime: string

    The date and time of an event for a shipment.

    location?: Location