feat(core-flows,medusa,types): cancel fulfillments API (#7095)

what:

- adds POST cancel fulfillments endpoint

RESOLVES CORE-1972
This commit is contained in:
Riqwan Thamir
2024-04-18 11:00:01 +00:00
committed by GitHub
parent ccb50bb3da
commit 62b9dcc6c1
13 changed files with 202 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/core-flows": patch
"@medusajs/medusa": patch
"@medusajs/types": patch
---
feat(core-flows,medusa,types): cancel fulfillments API