Update upsell settings
Request parameters
Parameter
Type / Description
Request sample
<?php
require ('PATH_TO_AUTH');
$textObj = new stdClass();
$textObj->UpsellingDisplayType = "interstitial";
try {
$upSellSettingsResponse = $client->updateDisplayType($sessionID, $textObj);
} catch (SoapFault $e) {
echo $e->getMessage();
}Response
Last updated
Was this helpful?