feat(medusa, stock-location, types): Add q and order params to list-stock-locations (#6197)

**What**
- add `q` and `order` params to list-stock-location endpoint

closes #6189
This commit is contained in:
Philip Korsholm
2024-01-29 09:14:39 +00:00
committed by GitHub
parent 3db2f95e65
commit d1c18a3090
9 changed files with 263 additions and 33 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/stock-location": patch
"@medusajs/medusa": patch
"@medusajs/types": patch
---
feat(stock-location, medusa, types): add `q` and `order` query parameters to stock locations list endpoint