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

    Reservation object reduces the capacity of a resource.

    interface Reservation {
        availability: AvailabilityRecord;
        reservationId?: string;
        type: ReservationTypeEnum;
    }
    Index

    Properties

    availability: AvailabilityRecord
    reservationId?: string

    Unique identifier for a reservation. If present, it is treated as an update reservation request and will update the corresponding reservation. Otherwise, it is treated as a new create reservation request.

    Type of reservation.