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

    Interface CreateSubscriptionRequest

    The request schema for the createSubscription operation.

    interface CreateSubscriptionRequest {
        destinationId: string;
        payloadVersion: string;
        processingDirective?: ProcessingDirective;
    }
    Index
    destinationId: string

    The identifier for the destination where notifications will be delivered.

    payloadVersion: string

    The version of the payload object to be used in the notification.

    processingDirective?: ProcessingDirective