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

    Represents a file that was uploaded to a destination that was created by the Uploads API createUploadDestinationForResource operation.

    interface Attachment {
        fileName: string;
        uploadDestinationId: string;
    }
    Index

    Properties

    fileName: string

    The name of the file, including the extension. This is the file name that will appear in the message. This does not need to match the file name of the file that you uploaded.

    uploadDestinationId: string

    The identifier for the upload destination. To retrieve this value, call the Uploads API createUploadDestinationForResource operation.