AsynchronousOperationsBulkStatus
AsynchronousOperationsBulkStatus is an auto generated table
Table Specific Information
Select
The add-in uses the AdobeCommerce API to filter the results by BulkUuid, while the rest of the filter is executed client side within the add-in.
You must specify the BulkUuid column in the WHERE clause to retrieve results from AsynchronousOperationsBulkStatus. BulkUuid can be used only with the equals (=) operator.
For example:
SELECT * FROM [AsynchronousOperationsBulkStatus] WHERE BulkUuid = '123'
Columns
| Name | Type | Description |
| BulkId | String | Bulk uuid |
| BulkUuid | String | bulkUuid |
| Description | String | Bulk description |
| ExtensionAttributes | String | This is an auto-generated column |
| OperationCount | Int | Total number of operations scheduled in scope of this bulk |
| OperationsList | String | Operations list. |
| StartTime | String | Bulk scheduled time |
| UserId | Int | User id |
| UserType | Int | User type |