Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface UpdateScheduleRecord

    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
    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.