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

    Interface UpdateScheduleRequest

    Request schema for the updateSchedule operation.

    interface UpdateScheduleRequest {
        schedules: AvailabilityRecord[];
    }
    Index
    schedules: AvailabilityRecord[]

    List of AvailabilityRecords to represent the capacity of a resource over a time range.