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

    UpdateScheduleRecord entity contains the AvailabilityRecord if there is an error/warning while performing the requested operation on it.

    interface UpdateScheduleRecord {
        availability?: AvailabilityRecord;
        errors?: Error[];
        warnings?: Warning[];
    }
    Index

    Properties

    availability?: AvailabilityRecord
    errors?: Error[]

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

    warnings?: Warning[]

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