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

    Response schema.

    interface GetFeedsResponse {
        feeds: Feed[];
        nextToken?: string;
    }
    Index
    feeds: Feed[]

    A list of feeds.

    nextToken?: string

    Returned when the number of results exceeds pageSize. To get the next page of results, call the getFeeds operation with this token as the only parameter.