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

    Interface CreateDigitalAccessKeyRequest

    The request schema for the createDigitalAccessKey operation.

    interface CreateDigitalAccessKeyRequest {
        attachments?: Attachment[];
        text?: string;
    }
    Index
    attachments?: Attachment[]

    Attachments that you want to include in the message to the buyer.

    text?: string

    The text that is sent to the buyer. Only links that are related to the digital access key are allowed. Do not include HTML or email addresses. The text must be written in the buyer's preferred language, which you can retrieve from the GetAttributes operation.