Request parameters for getOrderScenarios operation in VendorDFSandboxApi.

VendorDFSandboxApiGetOrderScenariosRequest

interface VendorDFSandboxApiGetOrderScenariosRequest {
    transactionId: string;
}

Properties

Properties

transactionId: string

The transaction identifier returned in the response to the generateOrderScenarios operation.

VendorDFSandboxApiGetOrderScenarios