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

    The request schema for the createDestination operation.

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

    A developer-defined name to help identify this destination.

    resourceSpecification: DestinationResourceSpecification