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

    The request schema for the createDestination operation.

    interface CreateDestinationRequest {
        name: string;
        resourceSpecification: DestinationResourceSpecification;
    }
    Index

    Properties

    name: string

    A developer-defined name to help identify this destination.

    resourceSpecification: DestinationResourceSpecification