What Support sales channel remove product batch in medusa, medusa-js and medusa-react How By implementing a new endpoint and the associated service method as well as the repository methods. Medusa-js new removeProductd method in the resource Medusa-react new hook in the mutations Tests Endpoint test Service test Integration test Hook tests Fixes CORE-292
24 lines
578 B
JSON
24 lines
578 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest --silent=false",
|
|
"build": "babel src -d dist --extensions \".ts,.js\""
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/medusa": "1.3.4-dev-1657702785042",
|
|
"faker": "^5.5.3",
|
|
"medusa-interfaces": "1.3.1-dev-1657702785042",
|
|
"typeorm": "^0.2.31"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.10",
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/node": "^7.12.10",
|
|
"babel-preset-medusa-package": "1.1.19-dev-1657702785042",
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|