Request parameters for getFeed operation in FeedsApi.

Export

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.

Memberof

FeedsApiGetFeed