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

    The request schema for the createSubscription operation.

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

    Properties

    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