feat(medusa,medusa-js,medusa-react): Add BatchJob API support in medusa-js + medusa-react (#1704)
* Add BatchJob API to medusa-js * Adds BatchJob API hooks * Fix tests in medusa-react
This commit is contained in:
committed by
GitHub
parent
5f2744eb9f
commit
7302d76e12
@@ -1247,6 +1247,17 @@
|
||||
"fulfillment_option": {
|
||||
"provider_id": "test-ful",
|
||||
"options": []
|
||||
},
|
||||
"batch_job": {
|
||||
"id": "batch_01F0YES4R67TXXC1QBQ8P54A8Y",
|
||||
"type": "product_export",
|
||||
"created_by": "usr_123412341234",
|
||||
"context": null,
|
||||
"result": null,
|
||||
"dry_run": false,
|
||||
"updated_at": "2021-03-16T21:24:00.389Z",
|
||||
"created_at": "2021-03-16T21:24:00.389Z",
|
||||
"deleted_at": null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user