Get Bulk summary data with list of operations items short data
Get Bulk summary data with list of operations items short data.
GET /V1/bulk/{bulkUuid}/status
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/bulk/{bulkUuid}/status
Response examples (200)
{
"operations_list": [
{
"id": 42,
"status": 42,
"result_message": "string",
"error_code": 42
}
],
"extension_attributes": {},
"user_type": 42,
"bulk_id": "string",
"description": "string",
"start_time": "string",
"user_id": 42,
"operation_count": 42
}
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (400)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}