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

    Information about an upload destination.

    interface UploadDestination {
        headers?: object;
        uploadDestinationId?: string;
        url?: string;
    }
    Index

    Properties

    headers?: object

    The headers to include in the upload request.

    uploadDestinationId?: string

    The unique identifier for the upload destination.

    url?: string

    The URL for the upload destination.