Selling Partner API SDK for JavaScript
    Preparing search index...

    Detailed information about the feed.

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

    Properties

    createdTime: string

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

    feedId: string

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

    feedType: string

    The feed type.

    marketplaceIds?: string[]

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

    processingEndTime?: string

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

    processingStartTime?: string

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

    processingStatus: FeedProcessingStatusEnum

    The processing status of the feed.

    resultFeedDocumentId?: string

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