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

    Interface ServicesApiGetRangeSlotCapacityRequest

    Request parameters for getRangeSlotCapacity operation in ServicesApi.

    interface ServicesApiGetRangeSlotCapacityRequest {
        body: RangeSlotCapacityQuery;
        marketplaceIds: string[];
        nextPageToken?: string;
        resourceId: string;
    }
    Index

    Properties

    Request body.

    marketplaceIds: string[]

    An identifier for the marketplace in which the resource operates.

    nextPageToken?: string

    Next page token returned in the response of your previous request.

    resourceId: string

    Resource Identifier.