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

    Response schema for the getRangeSlotCapacity operation.

    interface RangeSlotCapacity {
        capacities?: RangeCapacity[];
        nextPageToken?: string;
        resourceId?: string;
    }
    Index

    Properties

    capacities?: RangeCapacity[]

    Array of range capacities where each entry is for a specific capacity type.

    nextPageToken?: string

    Next page token, if there are more pages.

    resourceId?: string

    Resource Identifier.