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

    The request schema for the createRestrictedDataToken operation.

    interface CreateRestrictedDataTokenRequest {
        restrictedResources: RestrictedResource[];
        targetApplication?: string;
    }
    Index

    Properties

    restrictedResources: RestrictedResource[]

    A list of restricted resources. Maximum: 50

    targetApplication?: string

    The application ID for the target application to which access is being delegated.