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

    Request parameters for getSupplySources operation in SupplySourcesApi.

    interface SupplySourcesApiGetSupplySourcesRequest {
        nextPageToken?: string;
        pageSize?: number;
    }
    Index

    Properties

    nextPageToken?: string

    The pagination token to retrieve a specific page of results.

    pageSize?: number

    The number of supply sources to return per paginated request.