Response schema.

CreateFeedResponse

interface CreateFeedResponse {
    feedId: string;
}

Properties

Properties

feedId: string

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

CreateFeedResponse