Export

Feed

interface Feed {
    createdTime: string;
    feedId: string;
    feedType: string;
    marketplaceIds?: string[];
    processingEndTime?: string;
    processingStartTime?: string;
    processingStatus: FeedProcessingStatusEnum;
    resultFeedDocumentId?: string;
}

Properties

createdTime: string

The date and time when the feed was created, in ISO 8601 date time format.

Memberof

Feed

feedId: string

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

Memberof

Feed

feedType: string

The feed type.

Memberof

Feed

marketplaceIds?: string[]

A list of identifiers for the marketplaces that the feed is applied to.

Memberof

Feed

processingEndTime?: string

The date and time when feed processing completed, in ISO 8601 date time format.

Memberof

Feed

processingStartTime?: string

The date and time when feed processing started, in ISO 8601 date time format.

Memberof

Feed

processingStatus: FeedProcessingStatusEnum

The processing status of the feed.

Memberof

Feed

resultFeedDocumentId?: string

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

Memberof

Feed