Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BulkManagementInterface.php
Go to the documentation of this file.
1 <?php
7 
14 {
25  public function scheduleBulk($bulkUuid, array $operations, $description, $userId = null);
26 
34  public function deleteBulk($bulkId);
35 }
$operations
Definition: bulk.php:55
scheduleBulk($bulkUuid, array $operations, $description, $userId=null)