Example #1
0
     }
     break;
 case 'export':
     return \Ebay\Controller::actionExportProducts();
     break;
 case 'export_template':
     return \Ebay\Controller::actionExportTemplate();
     break;
 case 'end_products':
     return \Ebay\Controller::actionEndProducts();
     break;
 case 'end_template':
     return \Ebay\Controller::actionEndTemplate();
     break;
 case 'update_template_product_status':
     return \Ebay\Controller::actionUpdateTemplateProductStatus();
     break;
 case 'update_product_status':
     return \Ebay\Controller::actionUpdateProductStatus();
     break;
 case 'delete_template':
     if (!empty($_REQUEST['template_id'])) {
         fn_delete_ebay_template($_REQUEST['template_id']);
     }
     break;
 case 'synchronization':
     return \Ebay\Controller::actionSynchronizationObjects();
     break;
 case 'clean_product_logs':
     \Ebay\ProductLogger::clean();
     return array(CONTROLLER_STATUS_OK, 'ebay.product_logs');