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

    Interface CreateRestrictedDataTokenRequest

    The request schema for the createRestrictedDataToken operation.

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

    A list of restricted resources. Maximum: 50

    targetApplication?: string

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