Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface CreateFeedDocumentResponse

    Information required to upload a feed document's contents.

    interface CreateFeedDocumentResponse {
        feedDocumentId: string;
        url: string;
    }
    Index
    feedDocumentId: string

    The identifier of the feed document.

    url: string

    The presigned URL for uploading the feed contents. This URL expires after 5 minutes.