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

    Information required to create the feed.

    interface CreateFeedSpecification {
        feedOptions?: { [key: string]: string };
        feedType: string;
        inputFeedDocumentId: string;
        marketplaceIds: string[];
    }
    Index

    Properties

    feedOptions?: { [key: string]: string }

    Additional options to control the feed. These vary by feed type.

    feedType: string

    The feed type.

    inputFeedDocumentId: string

    The document identifier returned by the createFeedDocument operation. Upload the feed document contents before calling the createFeed operation.

    marketplaceIds: string[]

    A list of identifiers for marketplaces that you want the feed to be applied to.