Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Request parameters for getSupplySources operation in SupplySourcesApi.

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

    The pagination token to retrieve a specific page of results.

    pageSize?: number

    The number of supply sources to return per paginated request.