Request parameters for getFeed operation in FeedsApi.

FeedsApiGetFeedRequest

interface FeedsApiGetFeedRequest {
    feedId: string;
}

Properties

Properties

feedId: string

The identifier for the feed. This identifier is unique only in combination with a seller ID.

FeedsApiGetFeed