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

    Request schema for the getRangeSlotCapacity operation. This schema is used to define the time range and capacity types that are being queried.

    interface RangeSlotCapacityQuery {
        capacityTypes?: CapacityType[];
        endDateTime: string;
        startDateTime: string;
    }
    Index

    Properties

    capacityTypes?: CapacityType[]

    An array of capacity types which are being requested. Default value is [SCHEDULED_CAPACITY].

    endDateTime: string

    End date time up to which the capacity slots are being requested in ISO 8601 format.

    startDateTime: string

    Start date time from which the capacity slots are being requested in ISO 8601 format.