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

    The describer for the test notification that will be delivered.

    interface TestNotification {
        payloadVersion: string;
        testScenario?: string;
    }
    Index

    Properties

    payloadVersion: string

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

    testScenario?: string

    The scenario of the specified notification to be used in the notification payload. If testScenario is empty, a 400 response will be returned back to the developer. The scenarios supported for each notification type can be found in the Selling Partner API Developer Guide.