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

    Information about the destination created when you call the createDestination operation.

    interface Destination {
        destinationId: string;
        name: string;
        resource: DestinationResource;
    }
    Index

    Properties

    destinationId: string

    The destination identifier generated when you created the destination.

    name: string

    The developer-defined name for this destination.