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

    A scenario test case response returned when the request is successful.

    interface Scenario {
        orders: TestOrder[];
        scenarioId: string;
    }
    Index

    Properties

    Properties

    orders: TestOrder[]

    A list of orders that can be used by the caller to test each life cycle or scenario.

    scenarioId: string

    An identifier that identifies the type of scenario that user can use for testing.