Export

CreateFeedResult

interface CreateFeedResult {
    feedId: string;
}

Properties

Properties

feedId: string

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

Memberof

CreateFeedResult