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

    CreateReservationRecord entity contains the Reservation if there is an error/warning while performing the requested operation on it, otherwise it will contain the new reservationId.

    interface CreateReservationRecord {
        errors?: Error[];
        reservation?: Reservation;
        warnings?: Warning[];
    }
    Index

    Properties

    errors?: Error[]

    A list of error responses returned when a request is unsuccessful.

    reservation?: Reservation
    warnings?: Warning[]

    A list of warnings returned in the sucessful execution response of an API request.