Request parameters for cancelFeed operation in FeedsApi.

Export

FeedsApiCancelFeedRequest

interface FeedsApiCancelFeedRequest {
    feedId: string;
}

Properties

Properties

feedId: string

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

Memberof

FeedsApiCancelFeed