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

    Response schema for the getFixedSlotCapacity operation.

    interface FixedSlotCapacity {
        capacities?: FixedSlot[];
        nextPageToken?: string;
        resourceId?: string;
        slotDuration?: number;
    }
    Index

    Properties

    capacities?: FixedSlot[]

    Array of capacity slots in fixed slot format.

    nextPageToken?: string

    Next page token, if there are more pages.

    resourceId?: string

    Resource Identifier.

    slotDuration?: number

    The duration of each slot which is returned. This value will be a multiple of 5 and fall in the following range: 5 <= slotDuration <= 360.