Cancel a Batch Job
POST
/admin/batch-jobs/{id}/cancel
Batch Jobs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.medusa-commerce.com/admin/batch-jobs//cancel'
Response Response Example
200 - Example 1
{
"batch_job": {
"id": "batch_01G8T782965PYFG0751G0Z38B4",
"created_by": "usr_01G1G5V26F5TB3GPAPNJ8X1S3V",
"dry_run": false,
"pre_processed_at": "2019-08-24T14:15:22Z",
"processing_at": "2019-08-24T14:15:22Z",
"confirmed_at": "2019-08-24T14:15:22Z",
"completed_at": "2019-08-24T14:15:22Z",
"canceled_at": "2019-08-24T14:15:22Z",
"failed_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"type": "product-import",
"status": "created",
"context": {
"list_config": {
"skip": 0,
"take": 50,
"order": {
"created_at": "DESC"
},
"relations": [
"variants",
"variant.prices",
"images"
]
},
"shape": {
"dynamicImageColumnCount": 4,
"dynamicOptionColumnCount": 2,
"prices": [
{
"region": null,
"currency_code": "eur"
}
]
}
},
"result": {
"stat_descriptors": {
"0": {
"key": "product-export-count",
"name": "Product count to export",
"message": "There will be 8 products exported by this action"
},
"key": "string",
"name": "string",
"message": "string"
},
"errors": {
"0": {
"code": "unknown",
"message": "Method not implemented.",
"err": []
},
"message": "string",
"err": [
"string"
],
"code": "string"
},
"count": 0,
"advancement_count": 0,
"progress": 0,
"file_key": "string",
"file_size": 0
},
"created_by_user": {
"id": "usr_01G1G5V26F5TB3GPAPNJ8X1S3V",
"email": "user@example.com",
"first_name": "Levi",
"last_name": "Bogan",
"api_token": null,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"role": "member",
"metadata": {
"car": "white"
}
}
}
}
Request
Path Params
id
string
required
Responses
Modified at 2023-10-10 11:56:36