Feed

interface FeedsApiModelFeed {
    createdTime: string;
    feedId: string;
    feedType: string;
    marketplaceIds?: string[];
    processingEndTime?: string;
    processingStartTime?: string;
    processingStatus:
        | "CANCELLED"
        | "DONE"
        | "FATAL"
        | "IN_PROGRESS"
        | "IN_QUEUE"
        | FeedsApiModelFeedProcessingStatusEnum;
    resultFeedDocumentId?: string;
}

Properties

createdTime: string

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

Feed

feedId: string

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

Feed

feedType: string

The feed type.

Feed

marketplaceIds?: string[]

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

Feed

processingEndTime?: string

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

Feed

processingStartTime?: string

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

Feed

processingStatus:
    | "CANCELLED"
    | "DONE"
    | "FATAL"
    | "IN_PROGRESS"
    | "IN_QUEUE"
    | FeedsApiModelFeedProcessingStatusEnum

The processing status of the feed.

Feed

resultFeedDocumentId?: string

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

Feed

MMNEPVFCICPMFPCPTTAAATR