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

    Contains details for a transportation carrier appointment. This appointment is vended out by Amazon and is an indicator for when a transportation carrier is accepting shipments to be picked up.

    interface CarrierAppointment {
        endTime: string;
        startTime: string;
    }
    Index

    Properties

    Properties

    endTime: string

    The end timestamp of the appointment in UTC.

    startTime: string

    The start timestamp of the appointment in UTC.