feat(medusa, core-flows): add retrieve stock location endpoint to api-v2 (#6791)

* initial create

* add changeset

* redo changes for stock locatino module'

* add get endpoint

* add changeset

* add exception if location is not found

* remove only

* initial delete stock location

* add changeset

* add changeset

* pr prep

* remote duplicate changeset

* propagate deletion with common step

* move integration tests

---------

Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
This commit is contained in:
Philip Korsholm
2024-03-25 16:58:23 +01:00
committed by GitHub
co-authored by Riqwan Thamir
parent deab12e27e
commit 20132d7cea
5 changed files with 89 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/core-flows": patch
"@medusajs/medusa": patch
---
feat(medusa, core-flows): add retrieve stock location endpoint to api-v2