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

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

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

    The destination identifier generated when you created the destination.

    name: string

    The developer-defined name for this destination.