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

    Information about the subscription.

    interface Subscription {
        destinationId: string;
        payloadVersion: string;
        processingDirective?: ProcessingDirective;
        subscriptionId: string;
    }
    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
    subscriptionId: string

    The subscription identifier generated when the subscription is created.